Add verdana as fallback font. - swerc - anselm's simpler werc fork | |
git clone git://git.suckless.org/swerc | |
Log | |
Files | |
Refs | |
README | |
--- | |
commit 637173003fa90a0f94d228d29ef7eaf11b4c02ba | |
parent 90d98ed1829524625eeec461e3a9bfdfa42c1a87 | |
Author: Uriel <[email protected]> | |
Date: Wed, 5 May 2010 21:58:45 +0000 | |
Add verdana as fallback font. | |
Diffstat: | |
M pub/style/style.css | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/pub/style/style.css b/pub/style/style.css | |
@@ -3,7 +3,7 @@ | |
body { | |
color: black; | |
background-color: white; | |
- font-family: Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif; | |
+ font-family: Helvetica, Verdana, Arial, 'Liberation Sans', FreeSans, sans-se… | |
font-size: 84%; /* Enables font size scaling in MSIE */ | |
margin: 0; | |
padding: 0; |