Skip to content

Commit

Permalink
style: change font importing path
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidrezaramzani committed Mar 3, 2024
1 parent 2906fd9 commit 592cd65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ a {

@font-face {
font-family: "iran-yekan";
src: url(../public/fonts/ttf/iranyekanwebmediumfanum.ttf) format("truetype");
src: url(/fonts/ttf/iranyekanwebmediumfanum.ttf) format("truetype");
font-display: swap;
}

@font-face {
font-family: "iran-yekan-bold";
src: url(../public/fonts/ttf/iranyekanwebblackfanum.ttf) format("truetype");
src: url(/fonts/ttf/iranyekanwebblackfanum.ttf) format("truetype");
font-display: swap;
}

0 comments on commit 592cd65

Please sign in to comment.