Chinese Font Fix

Force PingFang on some sites

/* ==UserStyle==
@name        Chinese Font Fix
@namespace   uxin.ca
@version     1.0
@description Force PingFang on some sites
@license     Unlicense
==/UserStyle== */
 
@-moz-document domain("uxin.ca") {
    .book-content {
        font-family: "PingFang SC" !important;
    }
}