# --------------------------------------------------------------- # Font Settings # --------------------------------------------------------------- # Find fonts on Google Fonts (https://fonts.google.com) # All fonts set here will have the following styles: # light | light italic | normal | normal italic | bold | bold italic # Be aware that setting too much fonts will cause site running slowly # --------------------------------------------------------------- # Web Safe fonts are recommended for `global` (and `title`): # Arial | Tahoma | Helvetica | Times New Roman | Courier New | Verdana | Georgia | Palatino | Garamond | Comic Sans MS | Trebuchet MS # ---------------------------------------------------------------
font: enable: true
# Uri of fonts host, e.g. https://fonts.googleapis.com (Default). # 字体CDN host: https://fonts.loli.net
# Font options: # `external: true` will load this font family from `host` above. # `family: Times New Roman`. Without any quotes. # `size: x.x`. Use `em` as unit. Default: 1 (16px)
# Global font settings used for all elements inside <body>. # 全局字体设置 global: external: true #family: Lato #size: family: Noto Serif SC size: 0.9
# Font settings for site title (.site-title). # .site-title 站点标题字体设置 title: external: true family: Merriweather size:
# Font settings for headlines (<h1> to <h6>). # 文章标题字体设置 headings: external: true family: EB Garamond size:
# Font settings for posts (.post-body). # 文章页面字体设置 posts: external: true family:
# Font settings for <code> and code blocks. # 代码块字体设置 codes: external: true family: Source Code Pro