mirror of
https://github.com/liyunze-coding/RythonDev.git
synced 2026-09-22 15:53:57 +00:00
removed unused fonts
This commit is contained in:
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.
|
|
@ -320,7 +320,7 @@
|
||||||
font-['Fredoka',_sans-serif]"
|
font-['Fredoka',_sans-serif]"
|
||||||
>
|
>
|
||||||
<span>Hover here!</span>
|
<span>Hover here!</span>
|
||||||
<span>0/52</span>
|
<span>0/100+</span>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="scroll-parent relative h-full overflow-hidden font-['Fredoka',_sans-serif]"
|
class="scroll-parent relative h-full overflow-hidden font-['Fredoka',_sans-serif]"
|
||||||
|
|
|
||||||
|
|
@ -33,28 +33,6 @@ const { title } = Astro.props;
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
<style is:global>
|
<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-face {
|
||||||
font-family: "Fredoka";
|
font-family: "Fredoka";
|
||||||
src: url("/fonts/Fredoka-Regular.ttf") format("truetype");
|
src: url("/fonts/Fredoka-Regular.ttf") format("truetype");
|
||||||
|
|
@ -70,20 +48,6 @@ const { title } = Astro.props;
|
||||||
font-style: normal;
|
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-face {
|
||||||
font-family: "Montserrat";
|
font-family: "Montserrat";
|
||||||
src: url("/fonts/Montserrat-Regular.ttf") format("truetype");
|
src: url("/fonts/Montserrat-Regular.ttf") format("truetype");
|
||||||
|
|
@ -91,35 +55,6 @@ const { title } = Astro.props;
|
||||||
font-style: normal;
|
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 {
|
html {
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue