ink-zone / fexo

A minimalist design theme for hexo.
https://forsigner.github.io
MIT License
1.09k stars 208 forks source link

如何修改首页字体,比如首页的 Forsigner #115

Closed dbarobin closed 11 months ago

dbarobin commented 6 years ago

如题。

感谢!

weileilei945 commented 6 years ago

样式都在fexo/source/sass下,改完样式在fexo下gulp编译一下就好了

dbarobin commented 6 years ago

你好,改了这个地方(source/sass/pages/_home.scss):

增加一行:font-family: "JosefinSans-Thin";

    .name {
      font-size: 26px;
      font-family: "JosefinSans-Thin";
      font-weight: bold;
      font-style: normal;
      line-height: 50px;
      height: 50px;
      margin: 0 auto;
      letter-spacing: -.03em;

执行 gulp,然后本地运行 hexo server,没有发生变化。

请指教,谢谢。

weileilei945 commented 6 years ago

之前的样式文件命名是不是以.或者_开头?如果是的话删掉特殊符号就好了。ps:编译的时候看看所有的引入文件有没有问题。