Greasy Fork is available in English.

zhwiki

change font and background

/* ==UserStyle==
@name           zhwiki
@namespace      span
@author         max
@description   change font and background
@version        1.2
==/UserStyle== */
@-moz-document domain("wikipedia.org"), domain("zh.m.wikipedia.org") {
body
 {
  border: none !important; 
  font-family: PingFangTC-Medium !important; 
  font-size: 14px !important; 
 }
ol.references {
    counter-reset: mw-ref-extends-parent list-item;
    font-size: 40%;
}
.mw-parser-output .refbegin {
    font-size: 40%;
}
 }