Last active
November 14, 2023 17:28
-
-
Save pamela-drouin/16b53127325fd072a857bd1041ac2960 to your computer and use it in GitHub Desktop.
A base snippet for use with an Arc boost in order to change the typeface.
This file contains 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
:not(i, .material-symbols-outlined, .material-icons) { | |
font-family: "Montserrat" !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment