User

Difference between revisions of "Cookai1205/common.css"

Line 9: Line 9:
 
* {
 
* {
 
     font-family: inherit;
 
     font-family: inherit;
 +
}
 +
 +
body .mw-editfont-monospace {
 +
    font-family: 'Menlo','Consolas','Monaco','Noto Mono','Nimbus Mono L',monospace;
 
}
 
}

Revision as of 14:45, 11 February 2024

[lang=zh]:lang(zh) {
    -webkit-locale: "zh-Hant-TW";
}

textarea {
    width: 100%;
}

* {
    font-family: inherit;
}

body .mw-editfont-monospace {
    font-family: 'Menlo','Consolas','Monaco','Noto Mono','Nimbus Mono L',monospace;
}