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