From f54d0493d581c75831fda4408251f42f5b727f97 Mon Sep 17 00:00:00 2001 From: sanj Date: Fri, 14 May 2010 22:44:15 +0530 Subject: [PATCH] fonts --- edgware/static/css/articleDemo.css | 2 +- edgware/static/css/editor.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/edgware/static/css/articleDemo.css b/edgware/static/css/articleDemo.css index 119780f..21a0930 100644 --- a/edgware/static/css/articleDemo.css +++ b/edgware/static/css/articleDemo.css @@ -18,7 +18,7 @@ -webkit-box-shadow: 0px 0px 1em; background: rgba(255,255,255,0.5); clear:left; - font-family: serif; + font-family: Helvetica, sans-serif; font-size: 12px; width: 861px; height:1230px; diff --git a/edgware/static/css/editor.css b/edgware/static/css/editor.css index c04b66a..fc6b3c9 100644 --- a/edgware/static/css/editor.css +++ b/edgware/static/css/editor.css @@ -2,6 +2,7 @@ body { background: -moz-linear-gradient(left top, #ABAE71, #CDD535, #F4F6C7); background: -webkit-gradient(radial, 45px 45px 45deg, circle cover, #ABAE71 0%, #CDD53F 100%, #F4F6C7 95%); + font-family: Helvetica, sans-serif; } #ajaxBusy {