-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathfonts.scss
More file actions
70 lines (63 loc) · 1.35 KB
/
fonts.scss
File metadata and controls
70 lines (63 loc) · 1.35 KB
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
@font-face {
font-family: 'Helvetica Neue';
font-style: normal;
font-weight: 300;
src:
local('Helvetica Neue Light'),
local('HelveticaNeue-Light'),
url("../fonts/HelveticaNeue-Light-08.ttf");
}
@font-face {
font-family: 'Helvetica Neue';
font-style: normal;
font-weight: 400;
src:
local('Helvetica Neue'),
local('HelveticaNeue'),
url("../fonts/HelveticaNeue-01.ttf");
}
@font-face {
font-family: 'Helvetica Neue';
font-style: normal;
font-weight: 500;
src:
local('Helvetica Neue Medium'),
local('HelveticaNeue-Medium'),
url("../fonts/HelveticaNeue-Medium-11.ttf");
}
@font-face {
font-family: 'Helvetica Neue';
font-style: normal;
font-weight: 700;
src:
local('Helvetica Neue Bold'),
local('HelveticaNeue-Bold'),
url("../fonts/HelveticaNeue-Bold-02.ttf");
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src:
local('Roboto Regular'),
local('Roboto-Regular'),
url("../fonts/Roboto-Regular.ttf");
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src:
local('Roboto Bold'),
local('Roboto-Bold'),
url("../fonts/Roboto-Bold.ttf");
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src:
local('Roboto Light'),
local('Roboto-Light'),
url("../fonts/Roboto-Light.ttf");
}