diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-12-25 02:06:45 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2016-12-25 02:06:45 +0100 |
commit | 1598189fe5d1cc5a91b167fc3b7ebefefcef8cd3 (patch) | |
tree | 23af3bd5672f5ab408fbd9258336615be4ad3943 /templates | |
parent | 456ed6b5f270823a89646c94ba601f9ed788e08a (diff) | |
download | kyblo-1598189fe5d1cc5a91b167fc3b7ebefefcef8cd3.tar.xz |
Set font-family and text-rendering
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'templates')
-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 { |