Skip to content

Commit

Permalink
fix font path
Browse files Browse the repository at this point in the history
  • Loading branch information
X7md committed Dec 20, 2024
1 parent ac46555 commit 032cd9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added public/gotham-rounded-bold.otf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import '@/styles/globals.css'
<title>Al Naslaa</title>
<style>
@font-face { font-family: 'Gotham Rounded Bold';
src: url('gotham-rounded-bold.otf') format('opentype');
src: url('./gotham-rounded-bold.otf') format('opentype');
}
html, body {
font-family: 'Gotham Rounded Bold', sans-serif;
Expand Down

0 comments on commit 032cd9f

Please sign in to comment.