

@font-face {
    font-family: 'gobCL';
    font-weight: normal;
    font-style: normal;
    
    /*
    AddType application/vnd.ms-fontobject .eot
    AddType font/ttf .ttf
    AddType font/otf .otf
    AddType application/x-font-woff woff
    */

    src: url('font/gobcl_regular-webfont.eot');
    src: local('â˜º'), url('font/gobcl_regular-webfont.woff')  format('woff'), 
        url('font/gobcl_regular-webfont.ttf') format('truetype') ,
        url('font/gobcl_regular-webfont.svg#webfont3jnenQ5S') format('svg');

}