Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
punchanabu committed Sep 9, 2024
1 parent d74c5ee commit a5e1d99
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/styles/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
@tailwind utilities;

@font-face {
font-family: 'Manop';
src: url('/fonts/Manop.otf') format('opentype');
font-family: 'Manop';
src: url('/fonts/Manop.otf') format('opentype');
}

@layer base {
* {
font-family: 'Manop', sans-serif;
}
}
* {
font-family: 'Manop', sans-serif;
}
}

0 comments on commit a5e1d99

Please sign in to comment.