diff options
| author | Thibaut Horel <thibaut.horel@gmail.com> | 2014-08-25 01:11:31 -0400 |
|---|---|---|
| committer | Thibaut Horel <thibaut.horel@gmail.com> | 2014-08-25 01:11:31 -0400 |
| commit | 32df4881f8facc3dd19354f6a170a238a0e550c7 (patch) | |
| tree | dad1c0d0259ed251d77f211a9ab8b3c8c59181b4 /theme/static/css/4-main.css | |
| parent | f6863cbf8daede0e453b4e7df284189a384be320 (diff) | |
| download | book-reader-master.tar.gz | |
Diffstat (limited to 'theme/static/css/4-main.css')
| -rw-r--r-- | theme/static/css/4-main.css | 4 |
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 { |
