remove hardcoded font-family

This commit is contained in:
Set Hallstrom 2020-07-28 12:06:08 +02:00
parent dd00fbdef2
commit 35880610bb
8 changed files with 10 additions and 10 deletions

View file

@ -102,7 +102,7 @@ lang: en
</div>
</div>
<div class="content" style="font-family: monospace;font-size: 16px;margin-top:60px;">
<div class="content" style="font-size: 16px;margin-top:60px;">
{{ content }}
<p>{{ page.credits }}</p>
</div>