Difference between revisions of "MediaWiki:Timeless.css"
Jump to navigation
Jump to search
m |
m |
||
| Line 1: | Line 1: | ||
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap'); | ||
| + | @import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap'); | ||
/* All CSS here will be loaded for users of the Timeless skin */ | /* All CSS here will be loaded for users of the Timeless skin */ | ||
| Line 7: | Line 8: | ||
#site-tools > h2, | #site-tools > h2, | ||
#p-logo-text a { | #p-logo-text a { | ||
| − | font-family: "Open Sans"; | + | font-family: "Open Sans Condensed"; |
font-variant: none; | font-variant: none; | ||
} | } | ||
Revision as of 20:56, 30 December 2021
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@300&display=swap');
/* All CSS here will be loaded for users of the Timeless skin */
/* Website title text */
#site-navigation > h2,
#site-tools > h2,
#p-logo-text a {
font-family: "Open Sans Condensed";
font-variant: none;
}
/* Username text */
#p-personal-label > b {
font-family: "Dancing Script";
}
#mw-header-container {
background: #FFC107;
}