/**
 * Fonts
 */

// Use this syntax for including web fonts cross browser

// @font-face {
// 	font-family: 'Name of the font';
// 	src: url('fonts/webfont.eot');
// 	src: url('fonts/webfont.eot?#iefix') format('embedded-opentype'),
// 		 url('fonts/webfont.woff') format('woff'),
// 		 url('fonts/webfont.ttf') format('truetype'),
// 		 url('fonts/webfont.svg') format('svg');
// 	font-weight: normal;
// 	font-style: normal;
// }
