From f75dfb5d736b644ad2649452c3056ba71be856b8 Mon Sep 17 00:00:00 2001 From: mattkae Date: Sun, 13 Nov 2022 19:51:56 -0500 Subject: The dumbest of blogging systems --- index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.css') diff --git a/index.css b/index.css index dd14a8f..e7428b5 100644 --- a/index.css +++ b/index.css @@ -1,7 +1,7 @@ body { width: 60vw; height: 100vh; - font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + font-family: "Noto Sans", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 16px; background-color: transparent; color: black; @@ -102,7 +102,7 @@ section a:hover { .image_item > img { width: inherit; - border-radius: 3px; + border-radius: 3px; border: 2px solid rgba(0, 0, 0, 0.3); } -- cgit v1.2.1