Line 0
Link Here
|
|
|
1 |
@font-face { |
2 |
font-family: "poppins"; |
3 |
font-weight: 400; |
4 |
font-style: italic; |
5 |
src: local("Poppins-Italic"), |
6 |
url("fonts/poppins-italic-webfont.woff2") format("woff2"), |
7 |
url("fonts/poppins-italic-webfont.woff") format("woff"); |
8 |
} |
9 |
|
10 |
@font-face { |
11 |
font-family: "poppins"; |
12 |
font-style: 700; |
13 |
font-weight: italic; |
14 |
src: local("Poppins-BoldItalic"), |
15 |
url("fonts/poppins-bolditalic-webfont.woff2") format("woff2"), |
16 |
url("fonts/poppins-bolditalic-webfont.woff") format("woff"); |
17 |
} |
18 |
|
19 |
@font-face { |
20 |
font-family: "poppins"; |
21 |
font-style: normal; |
22 |
font-weight: 400; |
23 |
src: local("Poppins-Regular"), |
24 |
url("fonts/poppins-regular-webfont.woff2") format("woff2"), |
25 |
url("fonts/poppins-regular-webfont.woff") format("woff"); |
26 |
} |
27 |
|
28 |
@font-face { |
29 |
font-family: "poppins"; |
30 |
font-style: normal; |
31 |
font-weight: 700; |
32 |
src: local("Poppins-Bold"), |
33 |
url("fonts/poppins-bold-webfont.woff2") format("woff2"), |
34 |
url("fonts/poppins-bold-webfont.woff") format("woff"); |
35 |
} |