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
No related merge requests found
......@@ -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.
Finish editing this message first!
Please register or to comment