Skip to content

Commit 64e23e0

Browse files
committed
Load Lato font for nav header
1 parent eb40f7b commit 64e23e0

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

config.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@ markup:
1111
unsafe: true
1212
renderHooks:
1313
link:
14-
enableDefault: true
14+
useEmbedded: fallback
1515

1616
params:
1717
description: "Documentation for the Scientific Python community."
1818
images:
1919
- /images/logo.svg
20+
fonts:
21+
- name: "Lato"
22+
weights: [400, 700]
2023
navbarlogo:
2124
image: logo.svg
2225
text: Learn Scientific Python

0 commit comments

Comments
 (0)