@font-face {
    font-family: 'SourceSansProRegular';
    src: url('font/SourceSansPro-Regular-webfont.svg#SourceSansProRegular') format('svg'),
		 url('font/SourceSansPro-Regular-webfont.eot');
    src: url('font/SourceSansPro-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/SourceSansPro-Regular-webfont.woff') format('woff'),
         url('font/SourceSansPro-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NoticiaTextBoldItalic';
    src: url('font/NoticiaText-BoldItalic-webfont.svg#NoticiaTextBoldItalic') format('svg');
	src: local("☺"),
		 url('font/NoticiaText-BoldItalic-webfont.eot'),
		 url('font/NoticiaText-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/NoticiaText-BoldItalic-webfont.woff') format('woff'),
         url('font/NoticiaText-BoldItalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.fregular {font-family: 'SourceSansProRegular', Tahoma ;}
.fmedium {font-family: 'Roboto Condensed', Tahoma;}
.fbold {font-family: 'Roboto Bold Condensed', Tahoma;}
.fblack {font-family: 'Roboto Bold', Tahoma;}
