diff --git a/index.css b/index.css index a6fdeee..714fe06 100644 --- a/index.css +++ b/index.css @@ -1,3 +1,8 @@ +@font-face { + font-family: "Comfortaa" + src: url("fonts/Comfortaa-VariableFont_wght.ttf") +} + body { background-color: rgb(27, 27, 27); }