Jump to content

MediaWiki:Common.css: Difference between revisions

From Archono Database
Created page with "CSS placed here will be applied to all skins: ==== FONTS ====: @import url('https://fonts.googleapis.com/css2?family=Audiowide'); Temporarily using Audiowide until Archono Sans is finished: @import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap'); body { font-family: 'Audiowide' !important; background-color: #000000; color: #ffffff; } h1 { font-family: 'Michroma' !important; }"
 
No edit summary
Line 9: Line 9:
font-family: 'Audiowide' !important;
font-family: 'Audiowide' !important;
background-color: #000000;
background-color: #000000;
color: #ffffff;
color: #ffffff !important;
}
}


h1 {
h1 {
font-family: 'Michroma' !important;
font-family: 'Michroma' !important;
}
.mw-head {
background-color: #000000;
}
}

Revision as of 17:30, 12 March 2026

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

/* ==== FONTS ==== */
@import url('https://fonts.googleapis.com/css2?family=Audiowide'); /* Temporarily using Audiowide until Archono Sans is finished */
@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');


body {
	font-family: 'Audiowide' !important;
	background-color: #000000;
	color: #ffffff !important;
}

h1 {
	font-family: 'Michroma' !important;
}

.mw-head {
	background-color: #000000;
}