-
Notifications
You must be signed in to change notification settings - Fork 10
/
raleway-webfont.css
63 lines (63 loc) · 3.21 KB
/
raleway-webfont.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
54
55
56
57
58
59
60
61
62
63
@font-face {
font-family: "Raleway Webfont";
src: url('font/raleway-thin.eot');
src: url('font/raleway-thin.eot?#iefix') format('embedded-opentype'), url('font/raleway-thin.woff') format('woff'), url('font/raleway-thin.ttf') format('truetype'), url('font/raleway-thin.svg#ralewaythin') format('svg');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: "Raleway Webfont";
src: url('font/raleway-extralight.eot');
src: url('font/raleway-extralight.eot?#iefix') format('embedded-opentype'), url('font/raleway-extralight.woff') format('woff'), url('font/raleway-extralight.ttf') format('truetype'), url('font/raleway-extralight.svg#ralewayextralight') format('svg');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: "Raleway Webfont";
src: url('font/raleway-light.eot');
src: url('font/raleway-light.eot?#iefix') format('embedded-opentype'), url('font/raleway-light.woff') format('woff'), url('font/raleway-light.ttf') format('truetype'), url('font/raleway-light.svg#ralewaylight') format('svg');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: "Raleway Webfont";
src: url('font/raleway-regular.eot');
src: url('font/raleway-regular.eot?#iefix') format('embedded-opentype'), url('font/raleway-regular.woff') format('woff'), url('font/raleway-regular.ttf') format('truetype'), url('font/raleway-regular.svg#ralewayregular') format('svg');
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Raleway Webfont";
src: url('font/raleway-medium.eot');
src: url('font/raleway-medium.eot?#iefix') format('embedded-opentype'), url('font/raleway-medium.woff') format('woff'), url('font/raleway-medium.ttf') format('truetype'), url('font/raleway-medium.svg#ralewaymedium') format('svg');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: "Raleway Webfont";
src: url('font/raleway-semibold.eot');
src: url('font/raleway-semibold.eot?#iefix') format('embedded-opentype'), url('font/raleway-semibold.woff') format('woff'), url('font/raleway-semibold.ttf') format('truetype'), url('font/raleway-semibold.svg#ralewaysemibold') format('svg');
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: "Raleway Webfont";
src: url('font/raleway-bold.eot');
src: url('font/raleway-bold.eot?#iefix') format('embedded-opentype'), url('font/raleway-bold.woff') format('woff'), url('font/raleway-bold.ttf') format('truetype'), url('font/raleway-bold.svg#ralewaybold') format('svg');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: "Raleway Webfont";
src: url('font/raleway-extrabold.eot');
src: url('font/raleway-extrabold.eot?#iefix') format('embedded-opentype'), url('font/raleway-extrabold.woff') format('woff'), url('font/raleway-extrabold.ttf') format('truetype'), url('font/raleway-extrabold.svg#ralewayextrabold') format('svg');
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: "Raleway Webfont";
src: url('font/raleway-heavy.eot');
src: url('font/raleway-heavy.eot?#iefix') format('embedded-opentype'), url('font/raleway-heavy.woff') format('woff'), url('font/raleway-heavy.ttf') format('truetype'), url('font/raleway-heavy.svg#ralewayheavy') format('svg');
font-weight: 900;
font-style: normal;
}