Add verdana as fallback font. - swerc - anselm's simpler werc fork
 (HTM) git clone git://git.suckless.org/swerc
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 637173003fa90a0f94d228d29ef7eaf11b4c02ba
 (DIR) parent 90d98ed1829524625eeec461e3a9bfdfa42c1a87
 (HTM) Author: Uriel <u@berlinblue.org>
       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(-)
       ---
 (DIR) 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-serif;
          font-size: 84%;  /* Enables font size scaling in MSIE */
          margin: 0;
          padding: 0;