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