mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-13 17:56:59 +00:00
e26d641b85
- load ext.math.css on mobile devices - move the @font-face rules for the Latin Modern WOFF fonts into a separate Desktop-only stylesheet. Change-Id: Ifca3679185a4675bc31dff99a086fef740b9dab5
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);
|
|
}
|