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 e68f25b commit 9a97b5c
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions assets/scss/_typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@200&display=swap');

@font-face {
font-family: 'IRANYekan';
src: url('static/fonts/IRANYekanWebRegular.woff') format('woff'); /* Newer browsers */
font-weight: normal;
font-style: normal;
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');
}

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

font-family: 'MyWebFont';
}

body {
Expand All @@ -28,7 +33,7 @@ p, .paragraph {

h1,h2,h3,h4,h5,h6 {
color: $text-color-dark;
font-family: $secondary-font;
font-family: 'MyWebFont';
font-weight: 700;
line-height: 1.2;
}
Expand Down

0 comments on commit 9a97b5c

Please sign in to comment.