From e91a6d0173f384f425e7961e67c0eb3d49db138a Mon Sep 17 00:00:00 2001 From: Lucas Kent Date: Tue, 13 Dec 2022 01:12:56 -0500 Subject: [PATCH] Font Better --- assets/styles/blog.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/styles/blog.css b/assets/styles/blog.css index b3b3f4e..9f36abb 100644 --- a/assets/styles/blog.css +++ b/assets/styles/blog.css @@ -11,7 +11,7 @@ } body { - font-family: Arial; + font-family: titillium_webbold; padding: px; background: #868686; }