Skip to content

Commit c97059a

Browse files
committed
Remove font loading from css
1 parent 0126584 commit c97059a

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

apps/website/src/components/testimonial.astro

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ const testimonials = [];
1111
1212
const images = import.meta.glob("../assets/*.*");
1313
14-
console.log(images);
15-
1614
for (const testimonial of testimonialCollections) {
17-
console.log(testimonial.data.imageUrl);
1815
const src = images[
1916
`../assets${testimonial.data.imageUrl}`
2017
] as any as () => Promise<{

apps/website/src/styles/loader.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
0 -0.83em 0 -0.44em,
2121
0 -0.83em 0 -0.46em,
2222
0 -0.83em 0 -0.477em;
23-
}
23+
2424

2525
5%,
2626
95% {

apps/website/src/styles/main.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
2-
31
@tailwind base;
42
@tailwind components;
53
@tailwind utilities;

0 commit comments

Comments
 (0)