Created
June 14, 2021 20:03
-
-
Save hubgit/951b6fe94c6e936246cc535ae6621714 to your computer and use it in GitHub Desktop.
STIX Two CSS
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: "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