Created
February 21, 2019 20:29
-
-
Save fairy-code-mother/dabb0d2c7a2f34656f33527bce6e357f to your computer and use it in GitHub Desktop.
Font Face
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
| @font-face { | |
| font-family: "NAME OF FONT"; | |
| src: url("NAME-OF-FONT-FILE.woff2") format("woff2"), | |
| url("NAME-OF-FONT-FILE.woff") format("woff"); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment