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.8 KiB
61 lines
1.8 KiB
/*
|
|
The Libertinus fonts are released under the SIL Open Font and GPL Licenses. See
|
|
the files in this directory for details.
|
|
*/
|
|
|
|
@namespace url('http://www.w3.org/1999/xhtml');
|
|
@namespace m url('http://www.w3.org/1998/Math/MathML');
|
|
|
|
@font-face {
|
|
font-family: Libertinus Serif;
|
|
src: local('Libertinus Serif'), local('LibertinusSerif'),
|
|
url('libertinusserif-regular.woff2'),
|
|
url('libertinusserif-regular.woff');
|
|
}
|
|
@font-face {
|
|
font-family: Libertinus Serif;
|
|
src: local('Libertinus Serif Bold'), local('LibertinusSerif-Bold'),
|
|
url('libertinusserif-bold.woff2'),
|
|
url('libertinusserif-bold.woff');
|
|
font-weight: bold;
|
|
}
|
|
@font-face {
|
|
font-family: Libertinus Serif;
|
|
src: local('Libertinus Serif Italic'), local('LibertinusSerif-Italic'),
|
|
url('libertinusserif-italic.woff2'),
|
|
url('libertinusserif-italic.woff');
|
|
font-style: italic;
|
|
}
|
|
@font-face {
|
|
font-family: Libertinus Serif;
|
|
src: local('Libertinus Serif Bold Italic'),
|
|
local('LibertinusSerif-BoldItalic'),
|
|
url('libertinusserif-bolditalic.woff2'),
|
|
url('libertinusserif-bolditalic.woff');
|
|
font-weight: bold;
|
|
font-style: italic;
|
|
}
|
|
@font-face {
|
|
font-family: Libertinus Math;
|
|
src: local('Libertinus Math'), local('LibertinusMath'),
|
|
url('libertinusmath-regular.woff2'),
|
|
url('libertinusmath-regular.woff');
|
|
}
|
|
|
|
.htmlmathparagraph, m|mtext {
|
|
font-family: Libertinus Serif;
|
|
}
|
|
m|math {
|
|
font-family: Libertinus 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 */
|
|
}
|
|
|
|
/* No math script */
|
|
m|*.calligraphic {
|
|
}
|
|
|