/* The TeX Gyre Bonum 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 Bonum; src: local('TeXGyreBonum-Regular'), url('texgyrebonum-regular.woff2'), url('texgyrebonum-regular.woff'); } @font-face { font-family: TeX Gyre Bonum; src: local('TeXGyreBonum-Bold'), url('texgyrebonum-bold.woff2'), url('texgyrebonum-bold.woff'); font-weight: bold; } @font-face { font-family: TeX Gyre Bonum; src: local('TeXGyreBonum-Italic'), url('texgyrebonum-italic.woff2'), url('texgyrebonum-italic.woff'); font-style: italic; } @font-face { font-family: TeX Gyre Bonum; src: local('TeXGyreBonum-BoldItalic'), url('texgyrebonum-bolditalic.woff2'), url('texgyrebonum-bolditalic.woff'); font-weight: bold; font-style: italic; } @font-face { font-family: TeX Gyre Bonum Math; src: local('TeX Gyre Bonum Math'), local('TeXGyreBonumMath-Regular'), url('texgyrebonum-math.woff2'), url('texgyrebonum-math.woff'); } .htmlmathparagraph, m|mtext { font-family: TeX Gyre Bonum; } m|math { font-family: TeX Gyre Bonum 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 { }