From a2ad0537c8536a9861e6954cfa38ab67e4133032 Mon Sep 17 00:00:00 2001 From: teascade Date: Wed, 30 Sep 2020 00:06:08 +0300 Subject: [PATCH] Edit fonts --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index e23f494..890b826 100644 --- a/css/style.css +++ b/css/style.css @@ -5,7 +5,7 @@ } :root { - font-family: "Iosevka Slab Regular", "Iosevka Slab", "Consolas", "monospace"; + font-family: "Iosevka Slab Regular", "Iosevka Slab", "Consolas", "Source Code Pro", "monospace"; background-color: black; color: #c9c9c9; border-color: #c9c9c9;