summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {