Skip to content

Commit

Permalink
fix: broken fonts and more optimisations (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sagar-Kap authored Feb 19, 2024
1 parent 0945d33 commit f282db1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
6 changes: 6 additions & 0 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@astrojs/check": "^0.5.4",
"@astrojs/rss": "^4.0.5",
"@astrojs/sitemap": "^3.0.5",
"@fontsource/poppins": "^5.0.8",
"astro": "^4.4.0"
},
"devDependencies": {
Expand Down
Binary file removed web/public/assets/Poppins-Regular.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion web/src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import Header from "../components/Header.astro";
import Footer from "../components/Footer.astro";
import "../styles/resets.css";
import "../styles/fonts.css";
import "../styles/scrollbar.css";
import "@fontsource/poppins";
interface Props {
title: string;
Expand Down
8 changes: 0 additions & 8 deletions web/src/styles/fonts.css

This file was deleted.

0 comments on commit f282db1

Please sign in to comment.