MediaWiki:Common.css: Difference between revisions

From Fyra Wiki
Jump to navigation Jump to search
(Globally set Fira Code as the default monospace font)
(No difference)

Revision as of 10:19, 10 June 2023

/* CSS placed here will be applied to all skins */
:root {
 --font-family-monospace: 'Fira Code','Courier New',monospace !important;
}

pre, code, tt, kbd, samp, .mw-code {
	font-family: var(--font-family-monospace) !important;
	font-size: 0.875rem;
}