Last active
July 17, 2021 02:40
-
-
Save dpw1/95abf425d4c7d31f96da5d6cd46e4587 to your computer and use it in GitHub Desktop.
Adding custom fonts to Shopify themes
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
h1,h2,h3,h4,h5,h6,html,body,*,[id] *{ | |
font-family: "Precious" !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment