summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-08 18:23:42 +0200
committerPaul Buetow <paul@buetow.org>2026-03-08 18:23:42 +0200
commit1c189c178269aa96b0fb2faa4afd166ad0ca1c55 (patch)
treecb1bf969f9302df2a721b05e904bed671024107e
parentf4e5259b6ac052befb6159f8adab5d2022e1af50 (diff)
Update content for html
-rw-r--r--code.ttfbin38260 -> 367144 bytes
-rw-r--r--style.css9
2 files changed, 7 insertions, 2 deletions
diff --git a/code.ttf b/code.ttf
index 1d0a4011..7c8e65b8 100644
--- a/code.ttf
+++ b/code.ttf
Binary files 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;