diff xsls/style.xsls @ 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 f0383f5cfbb8
children b6fd4402ab2e
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; }