diff options
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 { |
