Skip to content

Commit a6e57db

Browse files
committed
Update custom.scss
1 parent a3fe293 commit a6e57db

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

_sass/custom/custom.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@
1616
url(../fonts/poppins-italic-webfont.woff) format(woff);
1717
}
1818

19+
@font-face{
20+
font-family: 'Poppins';
21+
font-weight: 500;
22+
src: url(../fonts/poppins-medium-webfont.woff2) format(woff2),
23+
url(../fonts/poppins-medium-webfont.woff) format(woff);
24+
}
25+
1926
// Include other necessary @font-face declarations similarly
2027

2128
body {

0 commit comments

Comments
 (0)