site: Use default font size globally.

This commit is contained in:
Brett Smith 2016-11-17 11:04:09 -05:00
parent d2657eddd0
commit 4663e609ec

View file

@ -12,7 +12,6 @@ p, h1, h2, h3, h4, h5, h6, #mainContent ul, #mainContent ol {
body {
/* font-family: "Lucida Grande",Verdana,Lucida,Helvetica,Arial,sans-serif; */
font-family: "Lucida Sans Unicode", "Lucida Grande", "Verdana", "FreeSans", sans-serif;
font-size: 95%;
}
a { text-decoration: none; color: #557733; }