added font to viewer

pull/20/head
tycrek 3 years ago
parent e529d1312b
commit 1a63a1b0f4
No known key found for this signature in database
GPG Key ID: 25D74F3943625263

@ -0,0 +1,6 @@
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap');
body, h1, h2, h3, h4, h5, h6 {
font-family: 'Josefin Sans', sans-serif;
font-size: larger;
}

@ -1,5 +1,7 @@
style: include css/modest.css
style: include css/dracula.highlight.js.css
style: include css/font.css
script(src='https://cdn.jsdelivr.net/npm/darkreader@4/darkreader.min.js')
script(src='https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@10.7.1/build/highlight.min.js')
script.

Loading…
Cancel
Save