@@ -254,56 +254,51 @@ highlight_theme: normal
254
254
# - Be aware that setting too much fonts will cause site running slowly
255
255
# - Introduce in 5.0.1
256
256
# ---------------------------------------------------------------
257
+ # CAUTION! Safari Version 10.1.2 bug: https://github.com/iissnan/hexo-theme-next/issues/1844
258
+ # To avoid space between header and sidebar in Pisces / Gemini themes recommended to use Web Safe fonts for `global` (and `logo`):
259
+ # Arial | Tahoma | Helvetica | Times New Roman | Courier New | Verdana | Georgia | Palatino | Garamond | Comic Sans MS | Trebuchet MS
260
+ # ---------------------------------------------------------------
257
261
font :
258
- enable : true
262
+ enable : false
259
263
260
- # Uri of fonts host. E.g. //fonts.googleapis.com (Default)
264
+ # Uri of fonts host. E.g. //fonts.googleapis.com (Default).
261
265
host :
262
266
267
+ # Font options:
268
+ # `external: true` will load this font family from `host` above.
269
+ # `family: Times New Roman`. Without any quotes.
270
+ # `size: xx`. Use `px` as unit.
271
+
263
272
# Global font settings used on <body> element.
264
273
global :
265
- # external: true will load this font family from host.
266
274
external : true
267
- # family: the font family
268
275
family : Lato
269
- # size: the font size. Use `px` as unit
270
276
size :
271
277
272
- # Font settings for Headlines (h1, h2, h3, h4, h5, h6)
278
+ # Font settings for Headlines (h1, h2, h3, h4, h5, h6).
273
279
# Fallback to `global` font settings.
274
280
headings :
275
- # external: true will load this font family from host.
276
281
external : true
277
- # family: the font family
278
282
family :
279
- # size: the font size. Use `px` as unit
280
283
size :
281
284
282
- # Font settings for posts
285
+ # Font settings for posts.
283
286
# Fallback to `global` font settings.
284
287
posts :
285
- # external: true will load this font family from host.
286
288
external : true
287
- # family: the font family
288
289
family :
289
290
290
- # Font settings for Logo
291
+ # Font settings for Logo.
291
292
# Fallback to `global` font settings.
292
293
logo :
293
- # external: true will load this font family from host.
294
294
external : true
295
- # family: the font family
296
295
family :
297
- # size: the font size. Use `px` as unit
298
296
size :
299
297
300
298
# Font settings for <code> and code blocks.
301
299
codes :
302
- # external: true will load this font family from host.
303
300
external : true
304
- # family: the font family
305
301
family :
306
- # size: the font size. Use `px` as unit
307
302
size :
308
303
309
304
0 commit comments