Skip to content
Snippets Groups Projects
Commit 20e06132 authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

#109363 by jptavan: CSS best practice; include a generic font family for Verdana fonts in Garland

parent 6cc6f128
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -16,17 +16,17 @@ body {
margin: 0;
padding: 0;
background: #edf5fa;
font: 12px/170% Verdana;
font: 12px/170% Verdana, sans-serif;
color: #494949;
}
input {
font: 12px/100% "Verdana";
font: 12px/100% Verdana, sans-serif;
color: #494949;
}
textarea, select {
font: 12px/160% "Verdana";
font: 12px/160% Verdana, sans-serif;
color: #494949;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment