/*****************************************************************************************************************
 *      Web:                                                   *
 *      Autor:         http://www.jmocana.eu                                                                     *
 *      Hoja:          font.css                                                                                  *
 *      Descripcion:   @font-face Llamadas de las fuentes utilizadas y que no son de sistema                     *
 *      Fecha:         29/04/2012                                                                                *
 *      Versión:       1.0                                                                                       * 
 *****************************************************************************************************************/

/* @FONT-FACE
------------------------- */
@font-face {
    font-family: 'PTSansRegular';
    src: url('/font/pts55f.eot');
    src: url('/font/pts55f.eot?#iefix') format('embedded-opentype'),
         url('/font/pts55f.woff') format('woff'),
         url('/font/pts55f.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansBold';
    src: url('/font/pts75f-webfont.eot');
    src: url('/font/pts75f-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/pts75f-webfont.woff') format('woff'),
         url('/font/pts75f-webfont.ttf') format('truetype'),
         url('/font/pts75f-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LucidaGrandeRegular';
    src: url('/font/lucida_grande-webfont.eot');
    src: url('/font/lucida_grande-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/lucida_grande-webfont.woff') format('woff'),
         url('/font/lucida_grande-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'LucidaGrandeBold';
    src: url('/font/lucida_grande_bold-webfont.eot');
    src: url('/font/lucida_grande_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/lucida_grande_bold-webfont.woff') format('woff'),
         url('/font/lucida_grande_bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
