Skip to content

Commit 89fc8a7

Browse files
committed
fix(docs): load non-local fonts
1 parent 809885e commit 89fc8a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mkdocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ theme:
7878
name: Switch to System Preference
7979
logo: assets/icon_mono.svg
8080
favicon: assets/icon.ico
81-
font: false # use system fonts
81+
font:
82+
code: Jetbrains Mono
8283
language: en
8384
features:
8485
- navigation.instant
@@ -139,3 +140,4 @@ plugins:
139140

140141
extra_css:
141142
- stylesheets/extra.css
143+
- https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap

0 commit comments

Comments
 (0)