xaoxuu / hexo-theme-stellar

内置文档系统的简约商务风Hexo主题,支持大量的标签组件和动态数据组件。
https://xaoxuu.com/wiki/stellar/
MIT License
1.34k stars 329 forks source link

设置字体无效 #274

Closed csthenry closed 1 year ago

csthenry commented 1 year ago

在_config.stellar文件里写了

style:
  font-family:
    logo: 'HarmonyOS_Medium'
    body: 'HarmonyOS_Regular'

字体也不生效!(已经引入了css如下)

# font
inject:
  head:
    - <link rel="preconnect" href="//s1.hdslb.com/" />
    - <link rel="stylesheet" href="//s1.hdslb.com/bfs/static/jinkela/long/font/regular.css" media="all" onload="this.media='all'" />
    - <link rel="stylesheet" href="//s1.hdslb.com/bfs/static/jinkela/long/font/medium.css" media="all" onload="this.media='all'" />