summaryrefslogtreecommitdiff
path: root/css/screen.css
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2014-11-05 22:49:37 +0100
committerrekado <rekado@elephly.net>2014-11-05 22:49:48 +0100
commitdff57196bf9247f2ed225a65b497962d175369c5 (patch)
tree03265af112cf47a0e9daf233a3dacf8eaa68f427 /css/screen.css
parent57cfb4c0cabaf09a632f771c0fc85b2036798902 (diff)
use pretty web font
Diffstat (limited to 'css/screen.css')
-rw-r--r--css/screen.css19
1 files changed, 13 insertions, 6 deletions
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;}}