@font-face {
	font-family: Cambria;
	src: url(Cambria.ttf);
 }

@font-face {
	font-family: FranklinGothicMediumRegular;
	src: url(FranklinGothicMediumRegular.ttf);
 }

@font-face {
	font-family: SegoeUI;
	src: url(SegoeUI.ttf);
 }
 
 @font-face {
	font-family: SegoeUI;
	src: url(SegoeUIBold.ttf);
	font-weight: bold;
 }

 @font-face {
	font-family: SegoeUI;
	src: url(SegoeUIItalic.ttf);
    font-style: italic;
 }
 
 @font-face {
	font-family: SegoeUI;
	src: url(SegoeUIBoldItalic.ttf);
	font-weight: bold;
    font-style: italic;
 }