MediaWiki:Common.css: Difference between revisions

From Shepherd's Library
(Created page with "→‎CSS placed here will be applied to all skins: h1, h2, h3, h4 { font-family: 'Broken Console', sans-serif; }")
 
No edit summary
Line 3: Line 3:
h1, h2, h3, h4 {
h1, h2, h3, h4 {
     font-family: 'Broken Console', sans-serif;
     font-family: 'Broken Console', sans-serif;
}
div#p-logo {
    display: none;
}
}

Revision as of 09:44, 2 April 2024

/* CSS placed here will be applied to all skins */

h1, h2, h3, h4 {
    font-family: 'Broken Console', sans-serif;
}
div#p-logo {
    display: none;
}