@font-face {
	font-family: 'gidoleregular';
	src: url('gidole-regular-webfont.woff2') format('woff2'),
		 url('gidole-regular-webfont.woff') format('woff'),
		 url('gidole-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BloggerSans';
	src: url('BloggerSans-Light.woff') format('woff'),
		 url('BloggerSans-Light.ttf') format('truetype');
	font-style: normal;
	font-weight: 300;
	text-rendering: optimizeLegibility;
}
@font-face {
	font-family: 'BloggerSans';
	src: url('BloggerSans.woff') format('woff'),
		 url('BloggerSans.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}
@font-face {
	font-family: 'BloggerSans';
	src: url('BloggerSans-Bold.woff') format('woff'),
		 url('BloggerSans-Bold.ttf') format('truetype');
	font-style: normal;
	font-weight: bold;
	text-rendering: optimizeLegibility;
}