如何在Hexo中更改字体?

时间:2019-10-29 23:08:55

标签: hexo

我正在尝试在Hexo博客框架上更改我的网页/博客的字体。

我试图去主题/风景/布局/ _partial中的head.ejs

  <% if (config.highlight.enable){ %>
    <link href="//fonts.googleapis.com/css?family=Jomolhari" rel="stylesheet" type="text/css">
  <% } %>

并将link href='...family=Source Code Pro'更改为family=...Jomolhari'

然后我转到主题/横向/源/ css中的_variables.styl并更改了font-mono = "Source Code Pro", Consolas, Monaco, Menlo, Consolas, monospace

font-mono='Jomolhari'

我在终端中运行“ hexo服务器”,但是我的字体仍然是Source Pro。

有什么想法吗?

谢谢!

0 个答案:

没有答案