Skip to content

Instantly share code, notes, and snippets.

@Sam0523
Sam0523 / userstyle.styl
Last active January 29, 2021 03:33 — forked from zozovo/Sarasa-Gothic.user.js
Replace fonts with Sarasa UI SC/TC/HC/J/K and Sarasa Mono selectively.
html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
:lang(de){quotes:'„' '“' '‚' '‘'}
:lang(es),:lang(no){quotes:'«' '»' '‹' '›'}
:lang(fr){quotes:'« ' ' »'}
:lang(zh-Hans-CN),:lang(zh-Hans-MY),:lang(zh-Hans-SG){font-family:'Sarasa UI SC','Apple Color Emoji','Segoe UI Emoji','Noto Color Emoji';quotes:'「' '」' '『' '』'}
:lang(zh-Hant-HK),:lang(zh-Hant-MO){font-family:'Sarasa UI HC','Apple Color Emoji','Segoe UI Emoji','Noto Color Emoji';quotes:'「' '」' '『' '』'}
:lang(zh-Hant-TW){font-family:'Sarasa UI TC','Apple Color Emoji','Segoe UI Emoji','Noto Color Emoji';quotes:'「' '」' '『' '』'}
:lang(ja){font-family:'Sarasa UI J','Apple Color Emoji','Segoe UI Emoji','Noto Color Emoji';quotes:'「' '」' '『' '』'}
:lang(ko){font-family:'Sarasa UI K','Apple Color Emoji','Segoe UI Emoji','Noto Color Emoji'}