JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
switch default font
authorJason Woofenden <jason@jasonwoof.com>
Wed, 22 Feb 2012 19:26:29 +0000 (14:26 -0500)
committerJason Woofenden <jason@jasonwoof.com>
Wed, 22 Feb 2012 19:26:29 +0000 (14:26 -0500)
code/wfpl
style.less

index c311c03..075685b 160000 (submodule)
--- a/code/wfpl
+++ b/code/wfpl
@@ -1 +1 @@
-Subproject commit c311c032739b97156dd373b270c0915bf248be76
+Subproject commit 075685bb644e6e9f42cc898d54a4927a36f0e389
index 39e7249..5bbdc78 100644 (file)
@@ -21,7 +21,7 @@ body {
        padding: 0;
        color: #000;
        background: @site-body-color; // overruled below except in wysiywyg
-       font: 14px "Verdana", sans-serif;
+       font: 14px "Liberation Sans", Arimo, Arial, sans-serif;
 }
 body.real_body_tag { // not the wysiwyg body
        background: @site-window-color;