summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/DroidSerif-webfont.woffbin0 -> 29992 bytes
-rw-r--r--css/screen.css19
2 files changed, 13 insertions, 6 deletions
diff --git a/css/DroidSerif-webfont.woff b/css/DroidSerif-webfont.woff
new file mode 100644
index 0000000..3d2bc95
--- /dev/null
+++ b/css/DroidSerif-webfont.woff
Binary files differ
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;}}