Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
20e06132
Commit
20e06132
authored
Jul 12, 2007
by
Gábor Hojtsy
Browse files
#109363
by jptavan: CSS best practice; include a generic font family for Verdana fonts in Garland
parent
6cc6f128
Changes
1
Hide whitespace changes
Inline
Side-by-side
themes/garland/style.css
View file @
20e06132
...
...
@@ -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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment