Content deleted Content added
SMcCandlish (talk | contribs) m typo |
SMcCandlish (talk | contribs) +class |
||
Line 15:
{{syntaxhighlight|lang=css|1=
/* Use my font, when available, for code */
code, pre, samp, kbd, tt, .example-mono, .bad-example-mono, .neutral-example-mono, .deprecated-example-mono, .userlinks, .monospaced, .keyboard-key, .button, .plaincode { font-family: "Roboto Mono", monospace !important; }
/* Make some of the editable stuff monospaced */
#wpTextbox1, #wpSummary, #searchInput, #searchText { font-family: "Roboto Mono", monospace !important; }
Line 36:
.keyboard-key,
.button
.plaincode {
font-family: "Roboto Mono", monospace !important;
}
|