Created
October 4, 2018 04:58
-
-
Save alienlebarge/29dd7167032aeed1d208cf87b5e28134 to your computer and use it in GitHub Desktop.
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
@font-face { | |
font-family: "Open Sans"; | |
src: url("/pathTo/myFont.woff2") format("woff2"), | |
url("/pathTo/myFont.woff") format("woff"); | |
font-display: swap; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment