removed unused fonts

This commit is contained in:
liyunze 2024-01-10 16:05:45 +08:00
parent 22ee2399be
commit c8bce51d9a
11 changed files with 1 additions and 66 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -320,7 +320,7 @@
font-['Fredoka',_sans-serif]"
>
<span>Hover here!</span>
<span>0/52</span>
<span>0/100+</span>
</div>
<div
class="scroll-parent relative h-full overflow-hidden font-['Fredoka',_sans-serif]"

View file

@ -33,28 +33,6 @@ const { title } = Astro.props;
</body>
</html>
<style is:global>
/* Fredoka Fonts */
@font-face {
font-family: "Fredoka";
src: url("/fonts/Fredoka-Bold.ttf") format("truetype");
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: "Fredoka";
src: url("/fonts/Fredoka-Light.ttf") format("truetype");
font-weight: lighter;
font-style: normal;
}
@font-face {
font-family: "Fredoka";
src: url("/fonts/Fredoka-Medium.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Fredoka";
src: url("/fonts/Fredoka-Regular.ttf") format("truetype");
@ -70,20 +48,6 @@ const { title } = Astro.props;
font-style: normal;
}
@font-face {
font-family: "Montserrat";
src: url("/fonts/Montserrat-Light.ttf") format("truetype");
font-weight: lighter;
font-style: normal;
}
@font-face {
font-family: "Montserrat";
src: url("/fonts/Montserrat-Medium.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Montserrat";
src: url("/fonts/Montserrat-Regular.ttf") format("truetype");
@ -91,35 +55,6 @@ const { title } = Astro.props;
font-style: normal;
}
@font-face {
font-family: "Montserrat";
src: url("/fonts/Montserrat-SemiBold.ttf") format("truetype");
font-weight: 600; /* You can adjust this value if needed */
font-style: normal;
}
/* Poppins Fonts */
@font-face {
font-family: "Poppins-Light";
src: url("/fonts/Poppins-Light.ttf") format("truetype");
font-weight: lighter;
font-style: normal;
}
@font-face {
font-family: "Poppins-Medium";
src: url("/fonts/Poppins-Medium.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Poppins-Regular";
src: url("/fonts/Poppins-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
html {
scroll-behavior: smooth;
}