MediaWiki:Common.css: Difference between revisions

From Chew Inclusive Terminology Glossary
(Created page with "→‎CSS placed here will be applied to all skins: body { font-family: "Segoe UI"; }")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body {
* {
     font-family: "Segoe UI";
     font-family: "Segoe UI";
}
}

Revision as of 13:07, 20 October 2023

/* CSS placed here will be applied to all skins */
* {
    font-family: "Segoe UI";
}