From a445f4124b378fdcc38045c09eebbf093ddb50b6 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Thu, 25 Sep 2025 00:33:52 +0200 Subject: chore: remove unused Rubik font import --- src/app.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/app.scss b/src/app.scss index e33ea18..13b2d54 100644 --- a/src/app.scss +++ b/src/app.scss @@ -1,5 +1,3 @@ -@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;600&display=swap'); - $font-min: 16px; $font-desired: calc((2.6vh + 8vw) / 2); $font-max: 32px; -- cgit v1.2.3