From 8ccc47294e213c44139d90e4971a6ae40ff4a74a Mon Sep 17 00:00:00 2001 From: Ariel Costas <94913521+arielcostas@users.noreply.github.com> Date: Mon, 5 Feb 2024 19:27:58 +0100 Subject: Refactor CSS imports and remove unused styles --- assets/css/fonts.scss | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 assets/css/fonts.scss (limited to 'assets/css/fonts.scss') diff --git a/assets/css/fonts.scss b/assets/css/fonts.scss deleted file mode 100644 index 19511ef..0000000 --- a/assets/css/fonts.scss +++ /dev/null @@ -1,15 +0,0 @@ -@font-face { - font-family: 'Aleo'; - font-style: normal; - font-weight: 100 900; - font-display: swap; - src: url('/fonts/aleo.woff2') format('woff2-variations'); -} - -@font-face { - font-family: 'Rubik'; - font-style: normal; - font-weight: 100 900; - font-display: swap; - src: url('/fonts/rubik.woff2') format('woff2-variations'); -} \ No newline at end of file -- cgit v1.3