Skip to content

Commit

Permalink
Update _typography.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehranalam authored Apr 1, 2024
1 parent ec45412 commit 7e70d64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/scss/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@200&display=swap');

@font-face {
font-family: 'MyWebFont';
src: url('fonts/IRANYekanWebBlack.woff2') format('woff2');
src: url('fonts/IRANYekanWebBold%20(1).woff') format('woff'),
url('fonts/IRANYekanWebBlack.ttf') format('truetype');
font-family: 'MyWebFont';
src: url('fonts/IRANYekanWebBlack.woff2') format('woff2'),
src: url('fonts/IRANYekanWebBold%20(1).woff') format('woff'),
url('fonts/IRANYekanWebBlack.ttf') format('truetype');
}

body {
Expand Down

0 comments on commit 7e70d64

Please sign in to comment.