-
Notifications
You must be signed in to change notification settings - Fork 12
/
fonts.less
107 lines (96 loc) · 3.59 KB
/
fonts.less
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
@font-face {
font-family: 'yarn-heading';
src: local('Poppins ExtraLight'), local('Poppins-ExtraLight'),
url('~typeface-poppins/files/poppins-latin-200.woff2') format('woff2'),
url('~typeface-poppins/files/poppins-latin-200.woff') format('woff');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'yarn-heading';
src: local('Poppins ExtraLight Italic'), local('Poppins-ExtraLight-Italic'),
url('~typeface-poppins/files/poppins-latin-200italic.woff2') format('woff2'),
url('~typeface-poppins/files/poppins-latin-200italic.woff') format('woff');
font-weight: 100;
font-style: italic;
}
@font-face {
font-family: 'yarn-heading';
src: local('Poppins Black'), local('Poppins-Black'),
url('~typeface-poppins/files/poppins-latin-900.woff2') format('woff2'),
url('~typeface-poppins/files/poppins-latin-900.woff') format('woff');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'yarn-heading';
src: local('Poppins Black Italic'), local('Poppins-Black-Italic'),
url('~typeface-poppins/files/poppins-latin-900italic.woff2') format('woff2'),
url('~typeface-poppins/files/poppins-latin-900italic.woff') format('woff');
font-weight: 700;
font-style: italic;
}
@font-face {
font-family: 'yarn-base';
src: local('Roboto Thin'), local('Roboto-Thin'),
url('~typeface-roboto/files/roboto-latin-300.woff2') format('woff2'),
url('~typeface-roboto/files/roboto-latin-300.woff') format('woff');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'yarn-base';
src: local('Roboto Thin Italic'), local('Roboto-Thin-Italic'),
url('~typeface-roboto/files/roboto-latin-300italic.woff2') format('woff2'),
url('~typeface-roboto/files/roboto-latin-300italic.woff') format('woff');
font-weight: 100;
font-style: italic;
}
@font-face {
font-family: 'yarn-base';
src: local('Roboto Regular'), local('Roboto-Regular'),
url('~typeface-roboto/files/roboto-latin-400.woff2') format('woff2'),
url('~typeface-roboto/files/roboto-latin-400.woff') format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'yarn-base';
src: local('Roboto Regular Italic'), local('Roboto-Regular-Italic'),
url('~typeface-roboto/files/roboto-latin-400italic.woff2') format('woff2'),
url('~typeface-roboto/files/roboto-latin-400italic.woff') format('woff');
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: 'yarn-base';
src: local('Roboto Bold'), local('Roboto-Bold'),
url('~typeface-roboto/files/roboto-latin-700.woff2') format('woff2'),
url('~typeface-roboto/files/roboto-latin-700.woff') format('woff');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'yarn-base';
src: local('Roboto Bold Italic'), local('Roboto-Bold-Italic'),
url('~typeface-roboto/files/roboto-latin-700italic.woff2') format('woff2'),
url('~typeface-roboto/files/roboto-latin-700italic.woff') format('woff');
font-weight: 700;
font-style: italic;
}
@font-face {
font-family: 'yarn-monospace';
src: local('Roboto Mono'), local('Roboto-Mono'),
url('~typeface-roboto-mono/files/roboto-mono-latin-400.woff2') format('woff2'),
url('~typeface-roboto-mono/files/roboto-mono-latin-400.woff') format('woff');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: 'yarn-monospace';
src: local('Roboto Mono Italic'), local('Roboto-Mono-Italic'),
url('~typeface-roboto-mono/files/roboto-mono-latin-400italic.woff2') format('woff2'),
url('~typeface-roboto-mono/files/roboto-mono-latin-400italic.woff') format('woff');
font-weight: 400;
font-style: italic;
}