@font-face
{
    font-family: 'Acme';
    src: url('Acme-Regular.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face 
{
    font-family: 'GravityBold8';
    src: url('GravityBold8.woff') format('woff');
	font-weight: 900;
    font-style: normal;
}

@font-face 
{
    font-family: 'GRAVITYREGULAR5';
    src: url('GRAVITYREGULAR5.woff') format('woff');
	font-weight: 900;
    font-style: normal;
}

@font-face 
{
    font-family: 'HeavyData';
    src: url('HeavyData.woff') format('woff');
	font-weight: 900;
    font-style: normal;
}

#fontInit0 {
	font-family:'Acme';
	font-weight: 900;
    font-style: normal;
    visibility: hidden;
}

#fontInit1 {
	font-family:'GravityBold8';
	font-weight: normal;
    font-style: normal;
    visibility: hidden;
}

#fontInit2 {
	font-family:'GRAVITYREGULAR5';
	font-weight: normal;
    font-style: normal;
    visibility: hidden;
}

#fontInit3 {
	font-family:'HeavyData';
	font-weight: normal;
    font-style: normal;
    visibility: hidden;
}