minor font fix

This commit is contained in:
Yann Esposito (Yogsototh) 2022-11-06 14:37:16 +01:00
parent 2a1dbe6c9e
commit d32002c573
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -23,7 +23,7 @@
#+html_head_extra: :root { --bg: #000; --fg: #ff0; --soft: #ff0; }
#+html_head_extra: img,svg {filter: contrast(0.5)sepia(100%)hue-rotate(20deg)saturate(15) brightness(0.7) contrast(2); }
#+html_head_extra: }
#+html_head_extra: body,h1,h2,h3 { font-family: Helvetica Neue, Helvetica, sans-serif; font-weight: 200; }
#+html_head_extra: body,h1,h2,h3,.abstract { font-family: Helvetica Neue, Helvetica, sans-serif; font-weight: 200; }
#+html_head_extra: h1 { font-size: 4em; font-variant: all-small-caps; font-weight: 400; letter-spacing: 0.1em; }
#+html_head_extra: strong, b, i, emph, { color: var(--fg); }
#+html_head_extra: a { text-decoration-color: var(--fg); }