changeset 1310:fd567779aac1

Design: switched to sans-serif font family.
author Valentin Bartenev <vbart@nginx.com>
date Fri, 26 Sep 2014 20:21:52 +0400
parents 59f7fb43e39c
children b6fd4402ab2e
files xsls/style.xsls
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/xsls/style.xsls	Fri Sep 26 20:02:47 2014 +0400
+++ b/xsls/style.xsls	Fri Sep 26 20:21:52 2014 +0400
@@ -10,7 +10,7 @@
     <style type="text/css">!{ normalize-space('
         body              { background:     white;
                             color:          black;
-                            font-family:    Georgia, serif;
+                            font-family:    sans-serif;
                             text-align:     center;
                             margin:         0;
                             padding:        0; }