-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathfonts.css
More file actions
34 lines (28 loc) · 691 Bytes
/
fonts.css
File metadata and controls
34 lines (28 loc) · 691 Bytes
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
@font-face {
font-family: 'Roboto-Bold';
src: url('fonts/Roboto/Roboto-Bold.ttf');
}
@font-face {
font-family: 'Roboto-Regular';
src: url('fonts/Roboto/Roboto-Regular.ttf');
}
@font-face {
font-family: 'Roboto-Light';
src: url('fonts/Roboto/Roboto-Light.ttf');
}
@font-face {
font-family: 'Roboto-Thin';
src: url('fonts/Roboto/Roboto-Thin.ttf');
}
@font-face {
font-family: 'OpenSans-Bold';
src: url('fonts/OpenSans/OpenSans-Bold.ttf');
}
@font-face {
font-family: 'OpenSans-Regular';
src: url('fonts/OpenSans/OpenSans-Regular.ttf');
}
@font-face {
font-family: 'OpenSans-Light';
src: url('fonts/OpenSans/OpenSans-Light.ttf');
}