Changes the font Ninchanese uses for displaying Hanzi to Simsun (serif)
Ninchanese_Simsun by phuertay
Details
Authorphuertay
LicenseMIT License
Categoryuserstyles
Created
Updated
Size386 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Ninchanese_Simsun
@version 20220426.02.36
@namespace userstyles.world/user/phuertay
@description Changes the font Ninchanese uses for displaying Hanzi to Simsun (serif)
@author phuertay
@license MIT License
==/UserStyle== */
@-moz-document domain("app.ninchanese.com") {
#answer-hanzi,
#chinois {
font-family: SimSun !important;
}
}