fix(ui): blurry bold variants for CommitMono

This commit is contained in:
Brian McGee
2025-08-21 16:33:51 +01:00
parent 5558bf3b9a
commit 460800b6fb

View File

@@ -46,6 +46,18 @@
src: url(../.fonts/CommitMonoV143-VF.woff2) format("woff2");
}
@font-face {
font-family: "Commit Mono";
font-weight: 500;
src: url(../.fonts/CommitMonoV143-VF.woff2) format("woff2");
}
@font-face {
font-family: "Commit Mono";
font-weight: 600;
src: url(../.fonts/CommitMonoV143-VF.woff2) format("woff2");
}
html {
@apply font-sans;
overflow-x: hidden;