Skip to content

Instantly share code, notes, and snippets.

@SilentDepth
Forked from blackgear/userstyle.styl
Last active March 4, 2018 12:39
Show Gist options
  • Save SilentDepth/742c2103223caf64b809d678005ba22a to your computer and use it in GitHub Desktop.
Save SilentDepth/742c2103223caf64b809d678005ba22a to your computer and use it in GitHub Desktop.
Stylish字体替换配置,配合MacType食用更佳
CONFIG = \
'Arial',
'Arial Black',
'Helvetica',
'Helvetica Neue',
'sans-serif'
CJKFONT = 'Microsoft YaHei'
for FONT in CONFIG
@font-face
font-family: FONT
src: local(FONT)
@font-face
font-family: FONT
src: local(CJKFONT)
unicode-range: U+3400-9FFF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment