hexo-theme-volantis
Version:
Elegant and powerful theme for Hexo.
12 lines (10 loc) • 474 B
text/stylus
// 异步加载的字体族定义
// 代码字体
if hexo-config('custom_css.fontfamily.codefont')
if hexo-config('custom_css.fontfamily.codefont.name')
@font-face
font-family: hexo-config('custom_css.fontfamily.codefont.name')
src: url(hexo-config('custom_css.fontfamily.codefont.url'))
font-weight: hexo-config('custom_css.fontfamily.codefont.weight')
font-style: hexo-config('custom_css.fontfamily.codefont.style')
font-display: swap