Project

General

Profile

1
@font-face {
2
	font-family: 'RobotoCondensed';
3
	src:  url('RobotoCondensed-Regular.ttf') format('truetype');
4
	font-weight: normal;
5
	font-style: normal;
6
}
7
@font-face {
8
	font-family: 'RobotoCondensed';
9
	src:  url('RobotoCondensed-Bold.ttf') format('truetype');
10
	font-weight: bold;
11
	font-style: normal;
12
}
13
@font-face {
14
	font-family: 'RobotoCondensed';
15
	src:  url('RobotoCondensed-Light.ttf') format('truetype');
16
	font-weight: 300;
17
	font-style: normal;
18
}
19
@font-face {
20
	font-family: 'RobotoCondensed';
21
	src:  url('RobotoCondensed-Lightitalic.ttf') format('truetype');
22
	font-weight: 300;
23
	font-style: italic;
24
}
25
@font-face {
26
	font-family: 'RobotoCondensed';
27
	src:  url('RobotoCondensed-Bodlitalic.ttf') format('truetype');
28
	font-weight: bold;
29
	font-style: italic;
30
}
(65-65/69)