From d3d73211c84aa0448d3c4651464c9aa734934232 Mon Sep 17 00:00:00 2001
From: Mitalee Parikh <mitalee.parikh@students.iaac.net>
Date: Tue, 9 Mar 2021 16:28:15 +0530
Subject: [PATCH] font test

---
 mkdocs.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/mkdocs.yml b/mkdocs.yml
index 11defec..b4d77f2 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -2,7 +2,7 @@
 site_name: Mitalee Parikh
 site_description: My Fabacademy documentation 2020+21
 
-site_author: Your name here
+site_author: Mitalee Parikh
 docs_dir: docs
 site_dir: _site
 copyright: Copyright 2021 Mitalee Parikh - Creative Commons Attribution Non Commercial
@@ -13,8 +13,8 @@ theme:
     primary: "white"
     accent: "teal"
   font:
-    text: "Ubuntu"
-    code: "Ubuntu Mono"
+    text: Josefin Sans
+    code: Courier Prime
   feature:
     tabs: true
 extra:
-- 
GitLab