From cba9908180bce300f9c4dda3c19da102711c8cb1 Mon Sep 17 00:00:00 2001 From: echo Date: Sat, 28 Feb 2026 23:06:15 +0100 Subject: [PATCH] fix: move Google Fonts to HTML head to resolve CSS @import order warning --- frontend/index.html | 3 +++ frontend/src/styles.css | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/index.html b/frontend/index.html index d1ee10e..437d8bf 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,6 +4,9 @@ + + + Placebo.mk - Сатирични вести од Македонија diff --git a/frontend/src/styles.css b/frontend/src/styles.css index 2160d92..148ba63 100644 --- a/frontend/src/styles.css +++ b/frontend/src/styles.css @@ -1,5 +1,4 @@ @import "tailwindcss"; -@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=IBM+Plex+Mono:wght@400;500;600;700&display=swap'); @theme { --color-primary: oklch(0.08 0 0);