Skip to content

Instantly share code, notes, and snippets.

@Hydrock
Created February 1, 2018 18:59
Show Gist options
  • Save Hydrock/7899c2f2029367b980a86caccab445e6 to your computer and use it in GitHub Desktop.
Save Hydrock/7899c2f2029367b980a86caccab445e6 to your computer and use it in GitHub Desktop.
One File, Many Options - 3
@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