Difference between revisions of "MediaWiki:Timeless.css"

Line 7: Line 7:
 
}
 
}
 
h1, h2, h3, h4, h5 {
 
h1, h2, h3, h4, h5 {
font-family: 'Helvetica Neue','Nimbus Sans','Helvetica','Arial',sans-serif;
+
font-family: 'Helvetica Neue','Nimbus Sans','Helvetica','Arial',sans-serif !important;
 
}
 
}

Revision as of 23:43, 11 July 2018

/* CSS placed here will affect users of the Timeless skin */
#p-logo { 
	display: none;
}
#p-logo-text {
	background-image: url("/logo.png");
}
h1, h2, h3, h4, h5 {
	font-family: 'Helvetica Neue','Nimbus Sans','Helvetica','Arial',sans-serif !important;
}