MediaWiki:Common.css: Difference between revisions

From Ethereal Superheroes Universe
Content added Content deleted
No edit summary
No edit summary
Line 3: Line 3:


body {
body {
font-family: forma-djr-micro, sans-serif;
font-family: forma-djr-micro, sans-serif !important;
}
}


#firstHeading{
#firstHeading{
font-family: adobe-garamond-pro, serif;
font-family: adobe-garamond-pro, serif !important;
}
}


.mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-body-content h5 {
.mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-body-content h5 {
font-family: adobe-garamond-pro, serif;
font-family: adobe-garamond-pro, serif !important;
}
}



Revision as of 02:36, 28 October 2023

/* CSS placed here will be applied to all skins */
@import url("https://use.typekit.net/out7pbb.css");

body {
	font-family: forma-djr-micro, sans-serif !important;
}

#firstHeading{
	font-family: adobe-garamond-pro, serif !important;
}

.mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-body-content h5 {
    font-family: adobe-garamond-pro, serif !important;
}

.mw-editsection {
	display: none !important;
}

#p-tb { 
	display: none !important;
}