From 3681576f14745411897f73cba160add51df268aa Mon Sep 17 00:00:00 2001 From: Michael Rieger Date: Wed, 25 Mar 2026 12:56:30 +0100 Subject: [PATCH] fix: Cleanup poppins.css and file import after switching to Astro fonts --- src/components/GlobalStyles.astro | 5 +-- src/styles/poppins.css | 64 ------------------------------- 2 files changed, 2 insertions(+), 67 deletions(-) delete mode 100644 src/styles/poppins.css diff --git a/src/components/GlobalStyles.astro b/src/components/GlobalStyles.astro index cc4f72f..3a1e58c 100644 --- a/src/components/GlobalStyles.astro +++ b/src/components/GlobalStyles.astro @@ -1,6 +1,4 @@ diff --git a/src/styles/poppins.css b/src/styles/poppins.css deleted file mode 100644 index ce190b0..0000000 --- a/src/styles/poppins.css +++ /dev/null @@ -1,64 +0,0 @@ -@font-face { - font-family: "Poppins"; - src: url("../assets/fonts/poppins/Poppins-Regular.eot"); - src: - url("../assets/fonts/poppins/Poppins-Regular.eot?#iefix") - format("embedded-opentype"), - url("../assets/fonts/poppins/Poppins-Regular.woff2") format("woff2"), - url("../assets/fonts/poppins/Poppins-Regular.woff") format("woff"); - font-weight: normal; - font-style: normal; - font-display: swap; -} - -@font-face { - font-family: "Poppins"; - src: url("../assets/fonts/poppins/Poppins-Italic.eot"); - src: - url("../assets/fonts/poppins/Poppins-Italic.eot?#iefix") - format("embedded-opentype"), - url("../assets/fonts/poppins/Poppins-Italic.woff2") format("woff2"), - url("../assets/fonts/poppins/Poppins-Italic.woff") format("woff"); - font-weight: normal; - font-style: italic; - font-display: swap; -} - -@font-face { - font-family: "Poppins"; - src: url("../assets/fonts/poppins/Poppins-SemiBold.eot"); - src: - url("../assets/fonts/poppins/Poppins-SemiBold.eot?#iefix") - format("embedded-opentype"), - url("../assets/fonts/poppins/Poppins-SemiBold.woff2") format("woff2"), - url("../assets/fonts/poppins/Poppins-SemiBold.woff") format("woff"); - font-weight: 600; - font-style: normal; - font-display: swap; -} - -@font-face { - font-family: "Poppins"; - src: url("../assets/fonts/poppins/Poppins-SemiBoldItalic.eot"); - src: - url("../assets/fonts/poppins/Poppins-SemiBoldItalic.eot?#iefix") - format("embedded-opentype"), - url("../assets/fonts/poppins/Poppins-SemiBoldItalic.woff2") format("woff2"), - url("../assets/fonts/poppins/Poppins-SemiBoldItalic.woff") format("woff"); - font-weight: 600; - font-style: italic; - font-display: swap; -} - -@font-face { - font-family: "Poppins"; - src: url("../assets/fonts/poppins/Poppins-Bold.eot"); - src: - url("../assets/fonts/poppins/Poppins-Bold.eot?#iefix") - format("embedded-opentype"), - url("../assets/fonts/poppins/Poppins-Bold.woff2") format("woff2"), - url("../assets/fonts/poppins/Poppins-Bold.woff") format("woff"); - font-weight: bold; - font-style: normal; - font-display: swap; -}