use avenir, sans-serif by default

This commit is contained in:
Yann Esposito (Yogsototh) 2020-11-09 11:31:20 +01:00
parent 53f5125a04
commit 6c17127b22
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
html {
font-family: Georgia, serif;
font-size: 4.5mm;
font-family: Avenir, "Helvetica Neue", sans-serif;
font-size: 16px;
line-height: calc(1ex/0.37); }
#TOC {text-align: left;}
html,body { margin: 0; padding: 0; border: 0; }