summaryrefslogtreecommitdiffstats
path: root/theme/static/css/4-main.css
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-08-25 01:11:31 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2014-08-25 01:11:31 -0400
commit32df4881f8facc3dd19354f6a170a238a0e550c7 (patch)
treedad1c0d0259ed251d77f211a9ab8b3c8c59181b4 /theme/static/css/4-main.css
parentf6863cbf8daede0e453b4e7df284189a384be320 (diff)
downloadbook-reader-master.tar.gz
Switch to GaramondHEADmaster
Diffstat (limited to 'theme/static/css/4-main.css')
-rw-r--r--theme/static/css/4-main.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/theme/static/css/4-main.css b/theme/static/css/4-main.css
index ac423fa..9517a13 100644
--- a/theme/static/css/4-main.css
+++ b/theme/static/css/4-main.css
@@ -4,9 +4,11 @@ html {
}
body {
- font-family: "EB Garamond";
+ font-family: "garamond";
margin: 0;
padding: 0;
+ text-rendering: optimizeLegibility;
+ -webkit-font-smoothing: antialiased;
}
div.main {