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 db23ca8 commit ec45412
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions assets/scss/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,11 @@

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

h1, h2, h3, h4, h5 ,h6 {

font-family: 'MyWebFont';
}

body {
-webkit-font-smoothing: antialiased;
font-size: 15px;
Expand Down

0 comments on commit ec45412

Please sign in to comment.