MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→CSS placed here will be applied to all skins: @font-face { font-family: "MongolianScript"; src: url("/resources/assets/fonts/MongolianScript.ttf") format("truetype"); } @font-face { font-family: "CM Dashtseden"; src: url("/resources/assets/fonts/cmdashitseden.ttf") format("truetype"); } @font-face { font-family: "Mongolian System"; src: url("/resources/assets/fonts/MongolianSystem.ttf") format("truetype"); }" |
(No difference)
|
Latest revision as of 16:58, 21 November 2024
/* CSS placed here will be applied to all skins */
@font-face {
font-family: "MongolianScript";
src: url("/resources/assets/fonts/MongolianScript.ttf") format("truetype");
}
@font-face {
font-family: "CM Dashtseden";
src: url("/resources/assets/fonts/cmdashitseden.ttf") format("truetype");
}
@font-face {
font-family: "Mongolian System";
src: url("/resources/assets/fonts/MongolianSystem.ttf") format("truetype");
}