You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

61 lines
1.9 KiB

/*
The TeX Gyre Schola fonts are released under the GUST font license, which is
legally equivalent to the LaTeX Project Public License. See the files in this
directory for details. The fonts can be obtained from several TeX distributions
or package managers.
The WOFF fonts have been obtained from
http://www.gust.org.pl/projects/e-foundry/
*/
@namespace url('http://www.w3.org/1999/xhtml');
@namespace m url('http://www.w3.org/1998/Math/MathML');
@font-face {
font-family: TeX Gyre Schola;
src: local('TeXGyreSchola-Regular'),
url('texgyreschola-regular.woff2'), url('texgyreschola-regular.woff');
}
@font-face {
font-family: TeX Gyre Schola;
src: local('TeXGyreSchola-Bold'),
url('texgyreschola-bold.woff2'), url('texgyreschola-bold.woff');
font-weight: bold;
}
@font-face {
font-family: TeX Gyre Schola;
src: local('TeXGyreSchola-Italic'),
url('texgyreschola-italic.woff2'), url('texgyreschola-italic.woff');
font-style: italic;
}
@font-face {
font-family: TeX Gyre Schola;
src: local('TeXGyreSchola-BoldItalic'),
url('texgyreschola-bolditalic.woff2'),
url('texgyreschola-bolditalic.woff');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: TeX Gyre Schola Math;
src: local('TeX Gyre Schola Math'), local('TeXGyreScholaMath-Regular'),
url('texgyreschola-math.woff2'), url('texgyreschola-math.woff');
}
.htmlmathparagraph, m|mtext {
font-family: TeX Gyre Schola;
}
m|math {
font-family: TeX Gyre Schola Math;
}
.oldstylenumbers {
font-variant-numeric: oldstyle-nums; /* Recommended syntax */
font-feature-settings: 'onum'; /* OpenType feature syntax */
-moz-font-feature-settings: 'onum'; /* Gecko <= 33 syntax */
-webkit-font-feature-settings: 'onum'; /* Blink syntax */
}
/* Calligraphic letters do not seem to be available */
m|*.calligraphic {
}