MediaWiki:Common.css: Difference between revisions
From Zaparoo Wiki
Created page with "→CSS placed here will be applied to all skins: @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); #p-logo-text a { font-family: "Open Sans", sans-serif; }" |
No edit summary |
||
Line 3: | Line 3: | ||
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap'); | ||
#p-logo-text a { | #p-logo-text a, #personal h2, .mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt { | ||
font-family: "Open Sans", sans-serif; | font-family: "Open Sans", sans-serif; | ||
} | } |
Revision as of 08:11, 27 April 2024
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
#p-logo-text a, #personal h2, .mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt {
font-family: "Open Sans", sans-serif;
}