From 1c189c178269aa96b0fb2faa4afd166ad0ca1c55 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 8 Mar 2026 18:23:42 +0200 Subject: Update content for html --- code.ttf | Bin 38260 -> 367144 bytes style.css | 9 +++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/code.ttf b/code.ttf index 1d0a4011..7c8e65b8 100644 Binary files a/code.ttf and b/code.ttf differ diff --git a/style.css b/style.css index 29d81a54..74970c3a 100644 --- a/style.css +++ b/style.css @@ -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; -- cgit v1.2.3