MediaWiki:Common.css: Difference between revisions
Appearance
m yet more font path tweaks |
m adjust font size |
||
Line 10: | Line 10: | ||
font-family: "Neverwinter", "Open Sans", serif; | font-family: "Neverwinter", "Open Sans", serif; | ||
color: var(--color-base,#202122); | color: var(--color-base,#202122); | ||
font-size: 30px; | |||
} | } | ||
.mw-logo-icon { display: none; } | .mw-logo-icon { display: none; } | ||
} | } |
Latest revision as of 21:34, 20 February 2025
/* CSS placed here will be applied to all skins */ @font-face { font-family: "Neverwinter"; src: url("/images/0/01/Neverwinter.otf") format("opentype"); } @media all { .mw-logo-wordmark { font-family: "Neverwinter", "Open Sans", serif; color: var(--color-base,#202122); font-size: 30px; } .mw-logo-icon { display: none; } }