Created
December 16, 2024 05:34
-
-
Save thewisenerd/c173bbe261e0afd56c465dc1a5e59f95 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:root { | |
--font-family-default: "Berkeley Mono", monospace; | |
} | |
@layer base { | |
code { | |
font-family: "Berkeley Mono", monospace !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment