From a3041be90cb0d167ff9d08b4af3a26ff841718c9 Mon Sep 17 00:00:00 2001
From: Jiawen Gong <jiawengong1112@gmail.com>
Date: Thu, 21 Sep 2023 09:54:18 +0000
Subject: [PATCH] Update 2 files

- /docs/index.md
- /mkdocs.yml
---
 docs/index.md | 2 +-
 mkdocs.yml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/index.md b/docs/index.md
index 4d10d03..bea9ab6 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -45,7 +45,7 @@ Photo by <a href="https://unsplash.com/photos/nbW-kaz2BlE">Michael Dziedzic</a>
 
 ## About me
 
-![a photo of me](./images/home/myface.jpg){ width=200 align=right }
+![a photo of me](./images/home/myface.jpg){ width=300 align=right }
 
 _you can introduce yourself in many ways! audio, images, video.._
 
diff --git a/mkdocs.yml b/mkdocs.yml
index 3b2e38e..5b32217 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -25,7 +25,7 @@ theme:
     accent: cyan
   font:
     # See available fonts from https://fonts.google.com/
-    text: DM Serif Text
+    text: Cabin Condensed
     code: Roboto Mono
   icon:
     # Read about icons at https://squidfunk.github.io/mkdocs-material/setup/changing-the-logo-and-icons/
-- 
GitLab