Created page with "All CSS here will be loaded for users of the Timeless skin: Website title text: #p-logo-text a { font-family: "Monospace"; font-variant: none; } Username text: #p-personal-label > b { font-family: "Monospace"; }"
(No difference)

Revision as of 21:22, 1 December 2025

/* All CSS here will be loaded for users of the Timeless skin */
/* Website title text */
#p-logo-text a {
	font-family: "Monospace";
	font-variant: none;
}
/* Username text */
#p-personal-label > b {
	font-family: "Monospace";
}