Skip to content

Instantly share code, notes, and snippets.

@Hydrock
Created February 1, 2018 18:56
Show Gist options
  • Save Hydrock/8e8c51215f7fd778cc1f3d705c139d1d to your computer and use it in GitHub Desktop.
Save Hydrock/8e8c51215f7fd778cc1f3d705c139d1d to your computer and use it in GitHub Desktop.
One File, Many Options - 1
h1 {
font-weight: 850;
font-style: italic;
font-stretch: normal;
}
h1 {
font-variation-settings: "wght" 850, "wdth" 100, "ital" 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment