mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-24 07:34:22 +00:00
9a07f022f9
Fix remaining sniffer warnings and errors Change-Id: I2a2ab037793df771be2abc4a4433726469f60ab0
16 lines
366 B
CSS
16 lines
366 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);
|
|
}
|