Project

General

Profile

1
@font-face {
2
	font-family: 'Roboto Slab';
3
	src:  url('RobotoSlab-Regular.ttf') format('truetype');
4
	font-weight: normal;
5
	font-style: normal;
6
}
7
@font-face {
8
	font-family: 'Roboto Slab';
9
	src:  url('RobotoSlab-Bold.ttf') format('truetype');
10
	font-weight: bold;
11
	font-style: normal;
12
}
13
@font-face {
14
	font-family: 'Roboto Slab';
15
	src:  url('RobotoSlab-Thin.ttf') format('truetype');
16
	font-weight: 300;
17
	font-style: normal;
18
}
19
@font-face {
20
	font-family: 'Roboto Slab';
21
	src:  url('RobotoSlab-Light.ttf') format('truetype');
22
	font-weight: 100;
23
	font-style: normal;
24
}
25

    
(66-66/69)