Template:Mono/styles.css: Difference between revisions

From Post-Self
(Linkify “Template:Mono”)
m (1 revision imported)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
/* Styling for [[Template:Mono]] */
/* {{pp-template}} */
.monospaced {
.monospaced {
/* Keep it like this: "monospace, monospace". Those are the rules from [[w:WP:MONO]]. */
/* "monospace, monospace" per [[WP:MONO]] */
font-family: monospace, monospace;
font-family: monospace, monospace;
}
}

Latest revision as of 02:59, 3 February 2024

/* {{pp-template}} */
.monospaced {
	/* "monospace, monospace" per [[WP:MONO]] */
	font-family: monospace, monospace;
}