We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3fe293 commit a6e57dbCopy full SHA for a6e57db
1 file changed
_sass/custom/custom.scss
@@ -16,6 +16,13 @@
16
url(../fonts/poppins-italic-webfont.woff) format(woff);
17
}
18
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
+
26
// Include other necessary @font-face declarations similarly
27
28
body {
0 commit comments