diff options
Diffstat (limited to 'templates/layouts/default.html')
| -rw-r--r-- | templates/layouts/default.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/layouts/default.html b/templates/layouts/default.html index cfb0c17..5c8bf64 100644 --- a/templates/layouts/default.html +++ b/templates/layouts/default.html @@ -12,12 +12,13 @@ <style> @font-face { font-family: 'Mono'; - src: url('./static/V1-ServerMono-Regular.woff2') format('woff2'); + src: url('/static/V1-ServerMono-Regular.woff2') format('woff2'); font-weight: normal; font-style: normal; } body { + max-width: 70ch; font-family: "Mono"; } |
