diff options
| author | Bradley Taunt <bt@btxx.org> | 2024-12-03 22:01:05 -0500 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2024-12-03 22:01:05 -0500 |
| commit | 86d03aa619ea0cc3b971fdc7c3b2d9e2160ef4b9 (patch) | |
| tree | e0a30ee05c621237d5c839b3625ddca7a3fe13c8 /public | |
| parent | 626a3ddd3548468f8773e9a856cabca386276cea (diff) | |
Remove custom syntax font, minor CSS cleanup
Diffstat (limited to 'public')
| -rw-r--r-- | public/fonts/MonaspaceKrypton-SyntaxHighlighter-Regular.woff2 | bin | 45176 -> 0 bytes | |||
| -rw-r--r-- | public/style.css | 15 |
2 files changed, 2 insertions, 13 deletions
diff --git a/public/fonts/MonaspaceKrypton-SyntaxHighlighter-Regular.woff2 b/public/fonts/MonaspaceKrypton-SyntaxHighlighter-Regular.woff2 Binary files differdeleted file mode 100644 index 6b94a21..0000000 --- a/public/fonts/MonaspaceKrypton-SyntaxHighlighter-Regular.woff2 +++ /dev/null diff --git a/public/style.css b/public/style.css index a9e85f5..21c988d 100644 --- a/public/style.css +++ b/public/style.css @@ -79,21 +79,10 @@ footer { .footnotes { font-size: 90%; } -@font-face { - font-family: 'Monaspace'; - src: url('/public/fonts/MonaspaceKrypton-SyntaxHighlighter-Regular.woff2') format('woff2'); -} code { - font-family: "Monaspace",monospace; - background-color: #000; - color: #f1f1f1; - border-radius: 0.2rem; padding: 0.1rem; } pre:has(code) { - border: 2px solid #f9f9f9; - background-color: #000; - color: #f1f1f1; + border: 1px solid; padding: 0.5rem; - border-radius: 0.5rem; -}
\ No newline at end of file +} |
