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

View file

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