Difference between revisions of "MediaWiki:Common.css"
From GoneClear Wiki
Line 3: | Line 3: | ||
@import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap'); | ||
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); | ||
− | #content h1, #content h2, #content h3, #content h4, #content h5 { font-family: "ubuntu";} | + | #content h1, #content h2, #content h3, #content h4, #content h5, #content h0 { font-family: "ubuntu";} |
#content p { font-family: "Ubuntu"; } | #content p { font-family: "Ubuntu"; } |
Revision as of 15:21, 8 October 2020
/* CSS placed here will be applied to all skins */ /* Change default font to ubuntu for "h2" */ @import url('https://fonts.googleapis.com/css2?family=Ubuntu&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); #content h1, #content h2, #content h3, #content h4, #content h5, #content h0 { font-family: "ubuntu";} #content p { font-family: "Ubuntu"; }