Parent [>]
1$font-serif: "STIX Two Text", Georgia, "Times New Roman", serif;
2
3@font-face {
4    font-family: "STIX Two Text";
5    src: url("/fonts/stix-two-text/STIXTwoTextVar-Roman.woff2") format("woff2");
6    font-weight: 100 700;
7    font-style: normal;
8    font-display: block;
9}
10
11@font-face {
12    font-family: "STIX Two Text";
13    src: url("/fonts/stix-two-text/STIXTwoTextVar-Italic.woff2") format("woff2");
14    font-weight: 100 700;
15    font-style: italic;
16    font-display: block;
17}