From b12a9398d3451f05d357b0c9818b61f3d420b1b1 Mon Sep 17 00:00:00 2001 From: Loes <l.bogers@hva.nl> Date: Wed, 25 Sep 2019 16:36:06 +0000 Subject: [PATCH] changed font > text & code mkdocs.yml --- mkdocs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 4c3a7b0..eb20821 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -9,6 +9,10 @@ site_dir: _site copyright: Copyright 2019 Loes Bogers - Creactive Commons Attribution Non-commercial theme: name: material + font: + text: 'karla' + code: 'ubuntu mono' + # try other colors https://squidfunk.github.io/mkdocs-material/getting-started/#primary-colors palette: primary: "cyan" -- GitLab