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; -}