Skip to content

Instantly share code, notes, and snippets.

@hubgit
Created June 14, 2021 20:03
Show Gist options
  • Save hubgit/951b6fe94c6e936246cc535ae6621714 to your computer and use it in GitHub Desktop.
Save hubgit/951b6fe94c6e936246cc535ae6621714 to your computer and use it in GitHub Desktop.
STIX Two CSS
@font-face {
font-family: "STIX Two Text";
src: url("https://raw.githubusercontent.com/stipub/stixfonts/master/fonts/variable_ttf_woff2/STIXTwoText%5Bwght%5D.woff2")
format("woff2-variations");
font-weight: 125 950;
font-stretch: 75% 125%;
font-style: normal;
}
@font-face {
font-family: "STIX Two Text";
src: url("https://raw.githubusercontent.com/stipub/stixfonts/master/fonts/variable_ttf_woff2/STIXTwoText-Italic%5Bwght%5D.woff2")
format("woff2-variations");
font-weight: 125 950;
font-stretch: 75% 125%;
font-style: oblique 10deg 30deg;
}
@font-face {
font-family: "STIX Two Math";
src: url("https://raw.githubusercontent.com/stipub/stixfonts/v2.11/fonts/static_otf_woff2/STIXTwoMath-Regular.woff2")
format("woff2");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment