Created
February 1, 2018 18:59
-
-
Save Hydrock/7899c2f2029367b980a86caccab445e6 to your computer and use it in GitHub Desktop.
One File, Many Options - 3
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: 'source sans'; | |
src: url(SourceSansVariable.woff2) format("woff2-variations"), | |
url(SourceSans.woff2) format("woff2"); /* for older browsers */ | |
font-weight: normal; font-style: normal; | |
} | |
@font-face { | |
font-family: 'source sans'; | |
src: url(SourceSansVariable-italic.woff2) format("woff2-variations"), | |
url(SourceSans-italic.woff2) format("woff2"); | |
font-weight: normal; font-style: italic; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment