-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfonts.css
More file actions
109 lines (100 loc) · 4.6 KB
/
fonts.css
File metadata and controls
109 lines (100 loc) · 4.6 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
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
108
109
@font-face {
font-family: 'Roboto';
src: url('RobotoWebfonts/Roboto-Regular-webfont.eot');
src: url('RobotoWebfonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('RobotoWebfonts/Roboto-Regular-webfont.woff') format('woff'),
url('RobotoWebfonts/Roboto-Regular-webfont.ttf') format('truetype'),
url('RobotoWebfonts/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('RobotoWebfonts/Roboto-Italic-webfont.eot');
src: url('RobotoWebfonts/Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'),
url('RobotoWebfonts/Roboto-Italic-webfont.woff') format('woff'),
url('RobotoWebfonts/Roboto-Italic-webfont.ttf') format('truetype'),
url('RobotoWebfonts/Roboto-Italic-webfont.svg#RobotoItalic') format('svg');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Roboto';
src: url('RobotoWebfonts/Roboto-Bold-webfont.eot');
src: url('RobotoWebfonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
url('RobotoWebfonts/Roboto-Bold-webfont.woff') format('woff'),
url('RobotoWebfonts/Roboto-Bold-webfont.ttf') format('truetype'),
url('RobotoWebfonts/Roboto-Bold-webfont.svg#RobotoBold') format('svg');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('RobotoWebfonts/Roboto-BoldItalic-webfont.eot');
src: url('RobotoWebfonts/Roboto-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
url('RobotoWebfonts/Roboto-BoldItalic-webfont.woff') format('woff'),
url('RobotoWebfonts/Roboto-BoldItalic-webfont.ttf') format('truetype'),
url('RobotoWebfonts/Roboto-BoldItalic-webfont.svg#RobotoBoldItalic') format('svg');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Roboto';
src: url('RobotoWebfonts/Roboto-Thin-webfont.eot');
src: url('RobotoWebfonts/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
url('RobotoWebfonts/Roboto-Thin-webfont.woff') format('woff'),
url('RobotoWebfonts/Roboto-Thin-webfont.ttf') format('truetype'),
url('RobotoWebfonts/Roboto-Thin-webfont.svg#RobotoThin') format('svg');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('RobotoWebfonts/Roboto-ThinItalic-webfont.eot');
src: url('RobotoWebfonts/Roboto-ThinItalic-webfont.eot?#iefix') format('embedded-opentype'),
url('RobotoWebfonts/Roboto-ThinItalic-webfont.woff') format('woff'),
url('RobotoWebfonts/Roboto-ThinItalic-webfont.ttf') format('truetype'),
url('RobotoWebfonts/Roboto-ThinItalic-webfont.svg#RobotoThinItalic') format('svg');
font-weight: 200;
font-style: italic;
}
@font-face {
font-family: 'Roboto';
src: url('RobotoWebfonts/Roboto-Light-webfont.eot');
src: url('RobotoWebfonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
url('RobotoWebfonts/Roboto-Light-webfont.woff') format('woff'),
url('RobotoWebfonts/Roboto-Light-webfont.ttf') format('truetype'),
url('RobotoWebfonts/Roboto-Light-webfont.svg#RobotoLight') format('svg');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('RobotoWebfonts/Roboto-LightItalic-webfont.eot');
src: url('RobotoWebfonts/Roboto-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
url('RobotoWebfonts/Roboto-LightItalic-webfont.woff') format('woff'),
url('RobotoWebfonts/Roboto-LightItalic-webfont.ttf') format('truetype'),
url('RobotoWebfonts/Roboto-LightItalic-webfont.svg#RobotoLightItalic') format('svg');
font-weight: 100;
font-style: italic;
}
@font-face {
font-family: 'Roboto';
src: url('RobotoWebfonts/Roboto-Medium-webfont.eot');
src: url('RobotoWebfonts/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
url('RobotoWebfonts/Roboto-Medium-webfont.woff') format('woff'),
url('RobotoWebfonts/Roboto-Medium-webfont.ttf') format('truetype'),
url('RobotoWebfonts/Roboto-Medium-webfont.svg#RobotoMedium') format('svg');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('RobotoWebfonts/Roboto-MediumItalic-webfont.eot');
src: url('RobotoWebfonts/Roboto-MediumItalic-webfont.eot?#iefix') format('embedded-opentype'),
url('RobotoWebfonts/Roboto-MediumItalic-webfont.woff') format('woff'),
url('RobotoWebfonts/Roboto-MediumItalic-webfont.ttf') format('truetype'),
url('RobotoWebfonts/Roboto-MediumItalic-webfont.svg#RobotoMediumItalic') format('svg');
font-weight: 300;
font-style: italic;
}