-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
33 lines (21 loc) · 840 Bytes
/
main.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
body {
font-family: 'robotobold';
src: url('fonts/roboto-bold_1-webfont.woff2') format('woff2'),
url('fonts/roboto-bold_1-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'robotolight';
src: url('fonts/roboto-light_1-webfont.woff2') format('woff2'),
url('fonts/roboto-light_1-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'robotolight_italic';
src: url('fonts/roboto-lightitalic_1-webfont.woff2') format('woff2'),
url('fonts/roboto-lightitalic_1-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}