fi3ework / hexo-theme-archer

🎯 A smart and modern theme for Hexo.
https://fi3ework.github.io/hexo-theme-archer
MIT License
1.53k stars 275 forks source link

修改中文字体和西文字体 #95

Closed secsilm closed 6 years ago

secsilm commented 6 years ago

我想修改中文字体和西文字体(不包括代码字体),请问大佬该如何操作?

fi3ework commented 6 years ago

字体在 variable.scss 中,font-family 指的就是字体,oswald 是标题的字体,另一个font-family 就是其他文字的字体。

secsilm commented 6 years ago

OK,我回去尝试一下