Skip to content

Commit

Permalink
Update custom.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
pzaldonis committed Jun 24, 2024
1 parent a3fe293 commit a6e57db
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
url(../fonts/poppins-italic-webfont.woff) format(woff);
}

@font-face{
font-family: 'Poppins';
font-weight: 500;
src: url(../fonts/poppins-medium-webfont.woff2) format(woff2),
url(../fonts/poppins-medium-webfont.woff) format(woff);
}

// Include other necessary @font-face declarations similarly

body {
Expand Down

0 comments on commit a6e57db

Please sign in to comment.