diff --git a/public/index.css b/public/index.css index 8a5e80a..8272991 100644 --- a/public/index.css +++ b/public/index.css @@ -9,11 +9,8 @@ } } -* { - font-family: Roboto; -} - body { + font-family: "Roboto", sans-serif; margin: 0; background: #111; display: flex; @@ -81,7 +78,6 @@ body { .logo-wrapper .text { font-size: 75px; - font-family: "Roboto"; color: #fff; }