MediaWiki:Common.css: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 7: | Line 7: | ||
font-size:x-large; | font-size:x-large; | ||
} | } | ||
.branding-box{ | .minerva-header .branding-box a span{ | ||
font-family: "Audiowide", sans-serif; | font-family: "Audiowide", sans-serif; | ||
font-weight: 400; | font-weight: 400; | ||
font-style: normal; | font-style: normal; | ||
font-size: x-large; | |||
} | } |
Latest revision as of 01:05, 22 March 2025
/* CSS placed here will be applied to all skins */ @import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap'); .mw-logo-wordmark{ font-family: "Audiowide", sans-serif; font-weight: 400; font-style: normal; font-size:x-large; } .minerva-header .branding-box a span{ font-family: "Audiowide", sans-serif; font-weight: 400; font-style: normal; font-size: x-large; }