Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
+ | body { | ||
+ | |||
+ | color: #2c2c2c; | ||
+ | font-size: 14px; | ||
+ | font-family: "PT Sans",Helvetica,Montserrat,"Helvetica Neue",Arial,sans-serif; | ||
+ | overflow-x: hidden; | ||
+ | -moz-osx-font-smoothing: grayscale; | ||
+ | -webkit-font-smoothing: antialiased; | ||
+ | } |
Revision as of 13:55, 3 April 2020
/* CSS placed here will be applied to all skins */
body {
color: #2c2c2c;
font-size: 14px;
font-family: "PT Sans",Helvetica,Montserrat,"Helvetica Neue",Arial,sans-serif;
overflow-x: hidden;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}