From dff57196bf9247f2ed225a65b497962d175369c5 Mon Sep 17 00:00:00 2001 From: rekado Date: Wed, 5 Nov 2014 22:49:37 +0100 Subject: use pretty web font --- css/screen.css | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'css/screen.css') diff --git a/css/screen.css b/css/screen.css index 63bb204..e608131 100644 --- a/css/screen.css +++ b/css/screen.css @@ -1,10 +1,17 @@ +@font-face { + font-family: 'droid_serifregular'; + src: url('DroidSerif-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; +} + html, body { - font-family: "droid serif", Georgia, Gentium, Goudy, "Book Antiqua", "Linux Libertine", "Times New Roman", serif; - text-rendering: optimizelegibility; --moz-font-feature-settings: "liga"; - line-height: 130%; - color: #333; - background: #fcfbf3; } + font-family: "droid_serifregular", serif; + text-rendering: optimizelegibility; + -moz-font-feature-settings: "liga"; + line-height: 130%; + color: #333; + background: #fcfbf3; } @media all {html {font-size: 24px;}} @media all and (max-width:1000px){html {font-size: 24px;}} -- cgit v1.2.3