-
Notifications
You must be signed in to change notification settings - Fork 0
/
global.css
53 lines (45 loc) · 1.5 KB
/
global.css
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
@font-face {
font-family: 'Poppins';
src: url('node_modules/@expo-google-fonts/poppins/Poppins_100Thin.ttf') format('truetype');
font-weight: 100;
}
@font-face {
font-family: 'Poppins';
src: url('node_modules/@expo-google-fonts/poppins/Poppins_200ExtraLight.ttf') format('truetype');
font-weight: 200;
}
@font-face {
font-family: 'Poppins';
src: url('node_modules/@expo-google-fonts/poppins/Poppins_300Light.ttf') format('truetype');
font-weight: 300;
}
@font-face {
font-family: 'Poppins';
src: url('node_modules/@expo-google-fonts/poppins/Poppins_400Regular.ttf') format('truetype');
font-weight: 400;
}
@font-face {
font-family: 'Poppins';
src: url('node_modules/@expo-google-fonts/poppins/Poppins_500Medium.ttf') format('truetype');
font-weight: 500;
}
@font-face {
font-family: 'Poppins';
src: url('node_modules/@expo-google-fonts/poppins/Poppins_600SemiBold.ttf') format('truetype');
font-weight: 600;
}
@font-face {
font-family: 'Poppins';
src: url('node_modules/@expo-google-fonts/poppins/Poppins_700Bold.ttf') format('truetype');
font-weight: 700;
}
@font-face {
font-family: 'Poppins';
src: url('node_modules/@expo-google-fonts/poppins/Poppins_800ExtraBold.ttf') format('truetype');
font-weight: 800;
}
@font-face {
font-family: 'Poppins';
src: url('node_modules/@expo-google-fonts/poppins/Poppins_900Black.ttf') format('truetype');
font-weight: 900;
}