/*.. fonts off ubc server ..*/

/* these are taken from the ttf font from the ubc page - we have usage rights.
fonts were recompiled for every browser known to mankind with the @font-face kit generator
over at http://www.fontsquirrel.com/fontface/generator.  Whoever built that is awesome */

@font-face {
    font-family: 'lft_eticalight';
    src: url("/re_licensing/javax.faces.resource/fonts/lft_etica_light-webfont-webfont.eot.xhtml");
    src: url("") format('embedded-opentype'),
    url("/re_licensing/javax.faces.resource/fonts/lft_etica_light-webfont-webfont.woff.xhtml") format('woff'),
    url("/re_licensing/javax.faces.resource/fonts/lft_etica_light-webfont-webfont.ttf.xhtml") format('truetype'),
    url("") format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'lft_eticaregular';
    src: url("/re_licensing/javax.faces.resource/fonts/lft_etica_reg-webfont-webfont.eot.xhtml");
    src: url("") format('embedded-opentype'),
    url("/re_licensing/javax.faces.resource/fonts/lft_etica_reg-webfont-webfont.woff.xhtml") format('woff'),
    url("/re_licensing/javax.faces.resource/fonts/lft_etica_reg-webfont-webfont.ttf.xhtml") format('truetype'),
    url("") format('svg');
    font-weight: normal;
    font-style: normal;
}
/* END of fonts */