Source/WebCore/css/mathml.css

@@mtext {
1111
1212/* Keep font-family and other defaults here consistent with http://mxr.mozilla.org/mozilla-central/source/layout/mathml/mathml.css and feedback from www-math. */
1313math {
14 #if defined(WTF_PLATFORM_IOS) && WTF_PLATFORM_IOS
 14#define WTF_PLATFORM_GTK 1
 15#if (defined(WTF_PLATFORM_GTK) && WTF_PLATFORM_GTK) || (defined(WTF_PLATFORM_EFL) && WTF_PLATFORM_EFL)
 16 /* Use OpenType MATH fonts. See https://developer.mozilla.org/en-US/docs/Mozilla/MathML_Project/Fonts#Fonts_with_a_MATH_table */
 17 font-family: "Latin Modern Math", "XITS Math", "STIX Math", "TeX Gyre Bonum Math", "TeX Gyre Pagella Math", "TeX Gyre Termes Math", "TeX Gyre Schola", "Asana Math", "Cambria Math", "Lucida Bright Math", "Minion Math", serif;
 18#elif defined(WTF_PLATFORM_IOS) && WTF_PLATFORM_IOS
1519 /* We explicitly include the font Symbol as it's the iOS equivalent of font STIXGeneral. */
1620 font-family: STIXGeneral, Symbol, "Times New Roman", sans-serif;
1721#else