mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-24 23:46:39 +00:00
15 lines
375 B
CSS
15 lines
375 B
CSS
|
/*
|
||
|
Document : ext.math.
|
||
|
Created on : 20.10.2014, 22:00:00
|
||
|
Author : fredw (Frédéric Wang)
|
||
|
Description:
|
||
|
Additional style, to load only on desktop.
|
||
|
*/
|
||
|
|
||
|
@font-face {
|
||
|
/* WOFF version of Latin Modern Math.
|
||
|
See https://github.com/fred-wang/MathFonts */
|
||
|
font-family: LatinModernMathWOFF;
|
||
|
src: url(./LatinModern/latinmodern-math.woff);
|
||
|
}
|