From 4aaf1949dc02ba5d62cdcad8fa17cbf1737eb95e Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Wed, 22 Feb 2012 14:26:29 -0500 Subject: [PATCH] switch default font --- code/wfpl | 2 +- style.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/wfpl b/code/wfpl index c311c03..075685b 160000 --- a/code/wfpl +++ b/code/wfpl @@ -1 +1 @@ -Subproject commit c311c032739b97156dd373b270c0915bf248be76 +Subproject commit 075685bb644e6e9f42cc898d54a4927a36f0e389 diff --git a/style.less b/style.less index 39e7249..5bbdc78 100644 --- a/style.less +++ b/style.less @@ -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; -- 1.7.10.4