1@font-face {
2	font-family: 'Ubuntu';
3	font-style: normal;
4	font-weight: 400;
5	src:
6		local('Ubuntu Regular'),
7		local('Ubuntu-Regular'),
8		url('Ubuntu_400.eot?#iefix') format('embedded-opentype'),
9		url('Ubuntu_400.woff') format('woff'),
10		url('Ubuntu_400.woff2') format('woff2'),
11		url('Ubuntu_400.svg#Ubuntu') format('svg');
12}
13@font-face {
14	font-family: 'Ubuntu';
15	font-style: normal;
16	font-weight: 700;
17	src:
18		local('Ubuntu Bold'),
19		local('Ubuntu-Bold'),
20		url('Ubuntu_700.eot?#iefix') format('embedded-opentype'),
21		url('Ubuntu_700.woff') format('woff'),
22		url('Ubuntu_700.woff2') format('woff2'),
23		url('Ubuntu_700.svg#Ubuntu') format('svg');
24}
25