Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 6: | Line 6: | ||
/* Edit textarea */ | /* Edit textarea */ | ||
#wpTextbox1 { | #wpTextbox1 { | ||
font-family: " | font-family: "Courier New", sans-serif; | ||
} | } | ||
Revision as of 14:08, 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: "Courier New", sans-serif;
}