Merge pull request 'fix(ui): blurry bold variants for CommitMono' (#4864) from fix/commit-mono-bold into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/4864
This commit is contained in:
@@ -46,6 +46,18 @@
|
|||||||
src: url(../.fonts/CommitMonoV143-VF.woff2) format("woff2");
|
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 {
|
html {
|
||||||
@apply font-sans;
|
@apply font-sans;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|||||||
Reference in New Issue
Block a user