Skip to content

Commit

Permalink
chore(font)!: remove extra font for now"
Browse files Browse the repository at this point in the history
  • Loading branch information
shalluv committed Jan 29, 2024
1 parent 0804872 commit f324325
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
Binary file removed src/fonts/mitr.ttf
Binary file not shown.
11 changes: 0 additions & 11 deletions src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,3 @@ const { pageTitle = "GearFestival" } = Astro.props;
</main>
</body>
</html>

<style>
@font-face {
font-family: "Mitr";
src: url(../fonts/mitr.ttf) format(ttf);
}

body {
font-family: 'Mitr', sans-serif;
}
</style>

0 comments on commit f324325

Please sign in to comment.