Fechin / hexo-theme-diaspora

Hexo theme, Blog theme, Clean, Responsive theme
https://fech.in
MIT License
1.26k stars 248 forks source link

Monospace webfont support #169

Closed mitian233 closed 2 years ago

mitian233 commented 2 years ago

主题css指定的字体Source Code Pro并非所有设备自带字体,同时css内备选引用的monospace字体在桌面端会渲染成宋体,故在<head>内添加引用Google Font(如下代码)使网页嵌入该字体提高代码块观感。已在自己网站测试对加载速度影响不大,可以更换国内cdn提高静态资源加载速度。

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap" rel="stylesheet">
IvanWei commented 2 years ago

@mitian233 https://nextgenthemes.com/google-webfont-downloader/ 可以將 Google 字體下載存儲