diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-08 18:23:42 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-08 18:23:42 +0200 |
| commit | 1c189c178269aa96b0fb2faa4afd166ad0ca1c55 (patch) | |
| tree | cb1bf969f9302df2a721b05e904bed671024107e | |
| parent | f4e5259b6ac052befb6159f8adab5d2022e1af50 (diff) | |
Update content for html
| -rw-r--r-- | code.ttf | bin | 38260 -> 367144 bytes | |||
| -rw-r--r-- | style.css | 9 |
2 files changed, 7 insertions, 2 deletions
| Binary files differ @@ -283,8 +283,13 @@ li:before { pre { position: relative; isolation: isolate; - font-family: code, monospace; + font-family: code, 'DejaVu Sans Mono', 'Courier New', monospace; font-size: 0.95rem; + font-variant-ligatures: none; + letter-spacing: 0; + line-height: 1.35; + tab-size: 4; + white-space: pre; background: linear-gradient(180deg, rgba(5, 11, 30, 0.9), rgba(10, 17, 44, 0.92)); border: 1px solid rgba(46, 247, 255, 0.4); border-left: 4px solid var(--neon-magenta); @@ -335,7 +340,7 @@ pre::after { } span.inlinecode { - font-family: code, monospace; + font-family: code, 'DejaVu Sans Mono', 'Courier New', monospace; color: #a7f9ff; border: 1px solid rgba(46, 247, 255, 0.45); border-radius: 4px; |
