Difference between revisions of "MediaWiki:Common.css"

From Ever changing code
Jump to navigation Jump to search
Line 7: Line 7:
#wpTextbox1 {
#wpTextbox1 {
     font-family: "Noto Sans", sans-serif;
     font-family: "Noto Sans", sans-serif;
    font-size: 1.0em;
}
}

Revision as of 15:07, 1 September 2018

/* CSS placed here will be applied to all skins */

/* Edit textarea font
mw-editfont-default {font-family: "Noto Sans", sans-serif}*/

/* Edit textarea */
#wpTextbox1 {
    font-family: "Noto Sans", sans-serif;
}