Jump to content

MediaWiki:Common.css: Difference between revisions

From Game3
Created page with "CSS placed here will be applied to all skins: @font-face { font-family: CozetteVector; src: url(https://game3.gay/CozetteVector.ttf); } body { max-width: 800px; margin: 0 auto; font-family: CozetteVector; }"
 
mNo edit summary
Line 6: Line 6:


body {
body {
max-width: 800px;
margin: 0 auto;
font-family: CozetteVector;
font-family: CozetteVector;
}
}

Revision as of 04:36, 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 {
	font-family: CozetteVector;
}