MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: .mwe-math-mathml-a11y { clip: auto !important; overflow: visible !important; position: static !important; w...") |
No edit summary |
||
Line 12: | Line 12: | ||
.mwe-math-fallback-image-display { | .mwe-math-fallback-image-display { | ||
display: none !important; | display: none !important; | ||
} | |||
.mw-body, mtext { | |||
font-family: Latin Modern Roman; | |||
} | |||
math { | |||
font-family: Latin Modern Math; | |||
} | } |
Revision as of 15:15, 6 January 2022
/* CSS placed here will be applied to all skins */ .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; } .mw-body, mtext { font-family: Latin Modern Roman; } math { font-family: Latin Modern Math; }