# --------------------------------------------------------------- # Font Settings # ---------------------------------------------------------------
font: enable: true
# Uri of fonts host, e.g. https://fonts.googleapis.com (Default). host: https://fonts.googleapis.com
# 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: false family: "LXGW WenKai" size:
# Font settings for site title (.site-title). title: external: true family: size:
# Font settings for headlines (<h1> to <h6>). headings: external: true family: size:
# Font settings for posts (.post-body). posts: external: true family:
# Font settings for <code> and code blocks. codes: external: false family: "LXGW WenKai Mono, Source Code Pro"