From 484605c596b47d04724e8b67faa17f0e2a5e93ee Mon Sep 17 00:00:00 2001 From: twoneis Date: Sat, 22 Feb 2025 02:54:28 +0100 Subject: [PATCH] change font --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 7d84d4d..bd49e57 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,7 @@ +@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&display=swap'); + * { + font-family: "Fira Code", serif; background-color: #191724; color: #e0def4; } @@ -16,4 +19,4 @@ text-align: center; margin-left: auto; margin-right: auto; -} +} \ No newline at end of file