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.
34 lines
973 B
34 lines
973 B
/*
|
|
Neo Euler is released under the SIL Open Font License. See the files in this
|
|
directory for details. The font is still in development. The font does not seem
|
|
to have a corresponding "non-MATH" font.
|
|
|
|
The WOFF fonts have been obtained from
|
|
https://github.com/khaledhosny/euler-otf/
|
|
*/
|
|
|
|
@namespace url('http://www.w3.org/1999/xhtml');
|
|
@namespace m url('http://www.w3.org/1998/Math/MathML');
|
|
|
|
@font-face {
|
|
font-family: Neo Euler;
|
|
src: local('Neo Euler'), url('euler.woff2'), url('euler.woff');
|
|
}
|
|
|
|
.htmlmathparagraph, m|mtext {
|
|
font-family: Neo Euler;
|
|
}
|
|
m|math {
|
|
font-family: Neo Euler;
|
|
}
|
|
|
|
.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 {
|
|
}
|
|
|