MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Die Seite wurde neu angelegt: „.mwe-math-mathml-a11y { clip: auto !important; overflow: visible !important; position: static !important; width: auto !important; height: auto !important; opacity: 1 !important; } .mwe-math-fallback-image-inline, .mwe-math-fallback-image-display { display: none !important; } math { font-family: Latin Modern Math; } .mwe-math-fallback-image-inline, .mwe-math-fallback-image-display { filter: hue-rotate(180deg) invert(1); }“ |
Keine Bearbeitungszusammenfassung |
||
Zeile 13: | Zeile 13: | ||
math { | math { | ||
font-family: | font-family: AMS Euler; | ||
} | } | ||
/* | |||
Latin Modern Math (lmodern): An enhanced version of Computer Modern with support for more characters. | |||
AMS Euler: Developed by the American Mathematical Society, Euler is a distinctive math font often used for its clarity and elegance. | |||
STIX Fonts: A comprehensive set of fonts developed by the Scientific and Technical Information Exchange (STIX) for scientific, technical, and mathematical content. | |||
XITS Math: A font that is designed to be a Times New Roman-compatible font with extensive math symbol coverage. | |||
*/ | |||
.mwe-math-fallback-image-inline, | .mwe-math-fallback-image-inline, |
Version vom 4. Januar 2024, 19:15 Uhr
.mwe-math-mathml-a11y {
clip: auto !important;
overflow: visible !important;
position: static !important;
width: auto !important;
height: auto !important;
opacity: 1 !important;
}
.mwe-math-fallback-image-inline,
.mwe-math-fallback-image-display {
display: none !important;
}
math {
font-family: AMS Euler;
}
/*
Latin Modern Math (lmodern): An enhanced version of Computer Modern with support for more characters.
AMS Euler: Developed by the American Mathematical Society, Euler is a distinctive math font often used for its clarity and elegance.
STIX Fonts: A comprehensive set of fonts developed by the Scientific and Technical Information Exchange (STIX) for scientific, technical, and mathematical content.
XITS Math: A font that is designed to be a Times New Roman-compatible font with extensive math symbol coverage.
*/
.mwe-math-fallback-image-inline,
.mwe-math-fallback-image-display {
filter: hue-rotate(180deg) invert(1);
}