(←Created page with '→Styling for Template:Mono: .monospaced { →Keep it like this: "monospace, monospace". Those are the rules from [[w:en:WP:MONO]].: font-family: monospa...') |
m (1 revision imported) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
/* | /* {{pp-template}} */ | ||
.monospaced { | .monospaced { | ||
/* | /* "monospace, monospace" per [[WP:MONO]] */ | ||
font-family: monospace, monospace; | font-family: monospace, monospace; | ||
} | } |
Latest revision as of 12:41, 19 April 2024
/* {{pp-template}} */ .monospaced { /* "monospace, monospace" per [[WP:MONO]] */ font-family: monospace, monospace; }