forked from mkaminsky11/codeyourcloud
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfont.css
More file actions
116 lines (93 loc) · 2.21 KB
/
Copy pathfont.css
File metadata and controls
116 lines (93 loc) · 2.21 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
110
111
112
113
114
115
116
@font-face{
font-family: 'Baron-Black';
src: url('more/Baron_Black.otf') format('opentype');
font-weight: 400;
}
@font-face{
font-family: 'Baron-Bold';
src: url('more/Baron_Bold.otf') format('opentype');
font-weight: 400;
}
@font-face{
font-family: 'Baron';
src: url('more/Baron.otf') format('opentype');
font-weight: 400;
}
@import url('https://cdn.jsdelivr.net/devicons/1.4.0/css/devicons.min.css');
@font-face{
font-family: 'Devicons';
src: url('../lib/devicons/devicons.woff') format('woff'), url('../lib/devicons/devicons.ttf') format('truetype');
}
@font-face{
font-family: 'Anders';
src: url('Anders.woff') format('woff'), url('Anders.ttf') format('truetype');
font-weight: 400;
}
@font-face{
font-family: 'Roboto';
src: url('Roboto-Regular.woff') format('woff'), url('Roboto-Regular.ttf') format('truetype');
font-weight: 400;
}
@font-face{
font-family: 'Roboto-Italic';
src: url('Roboto-Italic.woff') format('woff'), url('Roboto-Italic.ttf') format('truetype');
font-weight: 400;
}
@font-face{
font-family: 'Roboto-Black';
src: url('Roboto-Black.woff') format('woff'), url('Roboto-Black.ttf') format('truetype');
font-weight: 400;
}
@font-face{
font-family: 'Roboto-Thin';
src: url('Roboto-Thin.woff') format('woff'), url('Roboto-Thin.ttf') format('truetype');
font-weight: 400;
}
@font-face{
font-family: 'Roboto-Light';
src: url('Roboto-Light.woff') format('woff'), url('Roboto-Light.ttf') format('truetype');
font-weight: 400;
}
@font-face{
font-family: 'Roboto-Bold';
src: url('Roboto-Bold.woff') format('woff'), url('Roboto-Bold.ttf') format('truetype');
font-weight: 400;
}
@font-face{
font-family: 'Roboto-Medium';
src: url('Roboto-Medium.woff') format('woff'), url('Roboto-Medium.ttf') format('truetype');
font-weight: 400;
}
.Lobster{
font-family: 'Lobster';
}
.Anders{
font-family: 'Anders';
}
.Roboto{
font-family: 'Roboto';
}
.Roboto-Light{
font-family: 'Roboto-Light';
}
.Roboto-Black{
font-family: 'Roboto-Black';
}
.Roboto-Thin{
font-family: 'Roboto-Thin';
}
.Roboto-Italic{
font-family: 'Roboto-Italic';
}
.Roboto-Bold{
font-family: 'Roboto-Bold';
}
.Roboto-Medium{
font-family: 'Roboto-Medium';
}
.Hip-Light{
font-family: 'Hip-Light';
}
.Baron{
font-family: 'Baron';
}