/* Ejemplo de inclusion de fuentes */
/*
@font-face{ 
	font-family: 'MyWebFont';
	src: url('WebFont.eot');
	src: url('WebFont.eot?iefix') format('eot'),
	     url('WebFont.woff') format('woff'),
	     url('WebFont.ttf') format('truetype'),
	     url('WebFont.svg#webfont') format('svg');
}
*/
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
@font-face {
    font-family: 'Good_Foot_Regular';
    src: url('css/fonts/goodfoot-webfont.eot');
    src: url('css/fonts/goodfoot-webfont.eot?#iefix') format('embedded-opentype'),
    	 url('css/fonts/goodfoot-webfont.woff') format('woff'),
    	 url('css/fonts/goodfoot-webfont.ttf') format('truetype'),
    	 url('css/fonts/goodfoot-webfont.svg#good_footregular') format('svg');
    font-weight: normal;
    font-style: normal
}