Remove bold inconsolata font

A few bold keywords aren't worth the font

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
2025-02-23 14:13:25 -08:00
parent 2b7645a572
commit 2beded7c14
4 changed files with 0 additions and 8 deletions

View File

@@ -104,12 +104,10 @@ pre code {
}
.kr, .kd, .k {
font-weight: bold;
@include var(color, code-keyword-color);
}
.kt {
font-weight: bold;
@include var(color, code-type-color);
}