diff options
-rw-r--r-- | templates/layout.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/layout.html b/templates/layout.html index 30ac0be..945233c 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -6,6 +6,8 @@ {% block head %}{% endblock %} <style> body { + font-family: "Helvetica Neue", "Calibri Light", Roboto, sans-serif; + text-rendering: optimizeLegibility; max-width: 37.5rem; } a, a:visited { |