replace github default font -apple-system with Noto Sans CJK SC
github replace apple font by sherlock-holo
Details
Authorsherlock-holo
LicenseMIT
Categorygithub
Created
Updated
Size206 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 github.com
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
@font-face {
font-family: -apple-system;
src: local("Noto Sans CJK SC")
}