summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2016-12-25 02:06:45 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2016-12-25 02:06:45 +0100
commit1598189fe5d1cc5a91b167fc3b7ebefefcef8cd3 (patch)
tree23af3bd5672f5ab408fbd9258336615be4ad3943
parent456ed6b5f270823a89646c94ba601f9ed788e08a (diff)
downloadkyblo-1598189fe5d1cc5a91b167fc3b7ebefefcef8cd3.tar.xz
Set font-family and text-rendering
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--templates/layout.html2
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 {