MediaWiki:Common.css: Difference between revisions

From Rangjung Yeshe Wiki - Dharma Dictionary
Jump to navigation Jump to search
((by SublimeText.Mediawiker))
Tag: Replaced
((by SublimeText.Mediawiker))
 
Line 1: Line 1:
/** CSS placed here will be applied to all skins */
/** CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&display=swap');


.no-firstHeading #firstHeading {
.no-firstHeading #firstHeading {
display: none;
display: none;
}
}

Latest revision as of 16:36, 9 March 2022

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

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300&display=swap');

.no-firstHeading #firstHeading {
	display: none;
}