@font-face
{
	font-family: Roboto;
	font-weight: 400;
	src: url("../../font/Roboto-Regular.ttf");
	font-display: swap;
}

@font-face
{
	font-family: Roboto;
	font-weight: 700;
	src: url("../../font/Roboto-Bold.ttf");
	font-display: swap;
}

@font-face
{
	font-family: NotoSans;
	font-weight: 400;
	src: url("../../font/NotoSans.otf");
	font-display: swap;
}

@font-face
{
	font-family: NotoSans;
	font-weight: 700;
	src: url("../../font/NotoSans-Bold.otf");
	font-display: swap;
}


/* 
@font-face
{
	font-family: officialFont;
	src: url("../../font/DINPro-Regular.otf");
}

@font-face
{
	font-family: myriadPro;
	src: url("../../font/MyriadWebPro.ttf");
}

@font-face
{
	font-family: book;
	src: url("../../font/Avenir-Book.otf");
}
@font-face
{
	font-family: heavy;
	src: url("../../font/Avenir-Heavy.otf");
}
@font-face
{
	font-family: medium;
	src: url("../../font/Avenir-Medium.otf");
}
@font-face
{
	font-family: black;
	src: url("../../font/AvenirLTStd-Black.otf");
}
@font-face
{
	font-family: light123;
	src: url("../../font/AvenirLTStd-Light.otf");
}
@font-face
{
	font-family: med;
	src: url("../../font/AvenirLTStd-Medium.otf");
}
@font-face {
	font-family: roman;
	src: url("../../font/AvenirLTStd-Roman.otf");
}


@font-face
{
	font-family: wLight;
	src: url("../../font/WSansNew-Light.otf");
}
@font-face
{
	font-family: wHairItalic;
	src: url("../../font/WSansNew-HairItalic.otf");
}
@font-face
{
	font-family: wHair;
	src: url("../../font/WSansNew-Hair.otf");
}
@font-face
{
	font-family: wGlasses;
	src: url("../../font/WSansNew-Glasses.otf");
}
@font-face
{
	font-family: wBookItalic;
	src: url("../../font/WSansNew-BookItalic.otf");
}
@font-face
{
	font-family: wBook;
	src: url("../../font/WSansNew-Book.otf");
}
@font-face
{
	font-family: wBoldItalic;
	src: url("../../font/WSansNew-BoldItalic.otf");
}
@font-face
{
	font-family: wBoldCropRight;
	src: url("../../font/WSansNew-BoldCropRight.otf");
}
@font-face
{
	font-family: wBoldCropLeft;
	src: url("../../font/WSansNew-BoldCropLeft.otf");
}
@font-face
{
	font-family: wLightItalic;
	src: url("../../font/WSansNew-LightItalic.otf");
}
@font-face
{
	font-family: wBold;
	src: url("../../font/WSansNew-Bold.otf");
}

@font-face
{
	font-family: localbold;
	src: url("../../font/WSansNew-Book.otf");
}

@font-face
{
	font-family: chineseStandard;
	src: url("../../font/wts47.ttf");
}

@font-face
{
	font-family: chineseSimplifiedStandard;
	src: url("../../font/AdobeFangsongStd-Regular.otf");
}

@font-face {
    font-family: hotelFont;
    src: url("../../font/Arial.ttf");
}

@font-face
{
	font-family: fbh;
	src: url("../../font/Arial.ttf"); 
}

@font-face
{
	font-family: fbh_sim_chin;
	src: url("../../font/wts11.ttf");
}

@font-face
{
	font-family: Calibri;
	src: url("../../font/Calibri.ttf");
}


@font-face
{
	font-family: AdobeCaslonPro;
	src: url("../../font/AdobeCaslonPro.ttf");
}


body {
    font-family: Roboto;
}

*/