Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit c45575a

Browse files
authored
fix: fallback font-family to sans-serif (#39)
1 parent a33c53e commit c45575a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

catppuccin.user.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@
771771
if (usefont) {
772772
body,
773773
.markdown-body {
774-
font-family: inter;
774+
font-family: inter, sans-serif;
775775
}
776776
}
777777

0 commit comments

Comments
 (0)