-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfonts.scss
38 lines (37 loc) · 807 Bytes
/
fonts.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// Poppins Font
@font-face {
font-family: PoppinsThin;
src: url(/Font/Poppins-Thin.ttf);
}
@font-face {
font-family: PoppinsSemiBold;
src: url(/Font/Poppins-SemiBold.ttf);
}
@font-face {
font-family: PoppinsRegular;
src: url(/Font/Poppins-Regular.ttf);
}
@font-face {
font-family: PoppinsMedium;
src: url(/Font/Poppins-Medium.ttf);
}
@font-face {
font-family: PoppinsLight;
src: url(/Font/Poppins-Light.ttf);
}
@font-face {
font-family: PoppinsExtraLight;
src: url(/Font/Poppins-ExtraLight.ttf);
}
@font-face {
font-family: PoppinsExtraBold;
src: url(/Font/Poppins-ExtraBold.ttf);
}
@font-face {
font-family: PoppinsBold;
src: url(/Font/Poppins-Bold.ttf);
}
@font-face {
font-family: PoppinsBlack;
src: url(/Font/Poppins-Black.ttf);
}