Template:Mono/styles.css: Difference between revisions

From Frontierpedia, the Microsoft Agent encyclopedia
en>Izno
(Created page with '.monospaced { →‎monospace, monospace" needed per Wikipedia:Typography#The_monospace_'bug': font-family: monospace, monospace; }')
 
en>Izno
(add a class)
Line 2: Line 2:
/* monospace, monospace" needed per Wikipedia:Typography#The_monospace_'bug' */
/* monospace, monospace" needed per Wikipedia:Typography#The_monospace_'bug' */
font-family: monospace, monospace;
font-family: monospace, monospace;
}
.monospaced-bold {
font-weight: bold;
}
}

Revision as of 15:58, 3 August 2018

.monospaced {
	/* monospace, monospace" needed per Wikipedia:Typography#The_monospace_'bug' */
	font-family: monospace, monospace;
}
.monospaced-bold {
	font-weight: bold;
}