From 64e23e01a931eefe4d92ee262f3012434e5f9f58 Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Tue, 15 Sep 2026 09:58:58 -0700 Subject: [PATCH] Load Lato font for nav header --- config.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 3c9fb78..6f0c1f4 100644 --- a/config.yaml +++ b/config.yaml @@ -11,12 +11,15 @@ markup: unsafe: true renderHooks: link: - enableDefault: true + useEmbedded: fallback params: description: "Documentation for the Scientific Python community." images: - /images/logo.svg + fonts: + - name: "Lato" + weights: [400, 700] navbarlogo: image: logo.svg text: Learn Scientific Python