Skip to content

Commit

Permalink
try fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
X7md committed Dec 20, 2024
1 parent 94122b1 commit 0e99134
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ import '@/styles/globals.css'
<link rel="preload" href="al-naslaa-black-white.jpg" as="image" />
<title>Al Naslaa</title>
<style is:inline>
@font-face { font-family: 'Gotham Rounded Bold';
@font-face {
font-family: 'Gotham Rounded Bold';
src: url('./gotham-rounded-bold.otf') format('opentype');
}
</style>
<style>
html, body {
font-family: 'Gotham Rounded Bold', sans-serif;
max-height: 100vh;
Expand Down

0 comments on commit 0e99134

Please sign in to comment.