Jump to content

MediaWiki:Common.css: Difference between revisions

From Game3
mNo edit summary
Make font apply to page titles
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@font-face {
@font-face {
  font-family: CozetteVector;
font-family: CozetteVector;
  src: url(https://game3.gay/CozetteVector.ttf);
src: url("https://game3.gay/CozetteVector.ttf");
}
}


body {
body, .mw-body h1, .mw-body .mw-heading1, .mw-body-content h1, .mw-body-content .mw-heading1, .mw-body-content h2, .mw-body-content .mw-heading2 {
font-family: CozetteVector;
font-family: CozetteVector;
}
}

Revision as of 14:08, 26 March 2025

/* CSS placed here will be applied to all skins */
@font-face {
	font-family: CozetteVector;
	src: url("https://game3.gay/CozetteVector.ttf");
}

body, .mw-body h1, .mw-body .mw-heading1, .mw-body-content h1, .mw-body-content .mw-heading1, .mw-body-content h2, .mw-body-content .mw-heading2 {
	font-family: CozetteVector;
}