/************************************************************************************************
 * Familia de fuentes Ubuntu convertidas a WOFF y WOFF2 con TTFAutohint                         *
 ************************************************************************************************
 * La versión condensada está definida como un font-family en sí "DejaVu Sans Condensed HDS"    *
 * y también como "DejaVu Sans HDS" con el atributo font-stretch: condensed;, el motivo es      *
 * que font-stretch está definido en CSS 3 pero no está todavía soportado en todos los          *
 * navegadores. Para poder usar la versión condensada en esos naegadores de momento pondremos   *
 * el font-family con Condensed cuando sea necesario. Cuando CSS 3 esté más extendido podremos  *
 * quitar el font-family Condensed y usar "DejaVu Sans" especificando font-stretch: condensed;. *
 ************************************************************************************************/
/* La siguiente definición la pongo antes de la definición de la regular normal porque sino Chrome usa la condensada como la letra normal.
   Imagino que es algún problema de Chrome con la definición font-stretch. */
@font-face {
    font-family: 'Ubuntu HDS';
    src: url('Ubuntu-TTFAutohint/Ubuntu-C.woff2') format('woff2'),
         url('Ubuntu-TTFAutohint/Ubuntu-C.woff') format('woff');
    font-stretch: condensed;
}
@font-face {
    font-family: 'Ubuntu HDS';
    src: url('Ubuntu-TTFAutohint/Ubuntu-R.woff2') format('woff2'),
         url('Ubuntu-TTFAutohint/Ubuntu-R.woff') format('woff');
}
@font-face {
    font-family: 'Ubuntu HDS';
    src: url('Ubuntu-TTFAutohint/Ubuntu-B.woff2') format('woff2'),
         url('Ubuntu-TTFAutohint/Ubuntu-B.woff') format('woff');
    font-weight: bold;
}
@font-face {
    font-family: 'Ubuntu HDS';
    src: url('Ubuntu-TTFAutohint/Ubuntu-RI.woff2') format('woff2'),
         url('Ubuntu-TTFAutohint/Ubuntu-RI.woff') format('woff');
    font-style: italic;
}
@font-face {
    font-family: 'Ubuntu HDS';
    src: url('Ubuntu-TTFAutohint/Ubuntu-BI.woff2') format('woff2'),
         url('Ubuntu-TTFAutohint/Ubuntu-BI.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Ubuntu HDS';
    src: url('Ubuntu-TTFAutohint/Ubuntu-L.woff2') format('woff2'),
         url('Ubuntu-TTFAutohint/Ubuntu-L.woff') format('woff');
    font-weight: 300;
}
@font-face {
    font-family: 'Ubuntu HDS';
    src: url('Ubuntu-TTFAutohint/Ubuntu-LI.woff2') format('woff2'),
         url('Ubuntu-TTFAutohint/Ubuntu-LI.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Ubuntu HDS';
    src: url('Ubuntu-TTFAutohint/Ubuntu-M.woff2') format('woff2'),
         url('Ubuntu-TTFAutohint/Ubuntu-M.woff') format('woff');
    font-weight: 500;
}
@font-face {
    font-family: 'Ubuntu HDS';
    src: url('Ubuntu-TTFAutohint/Ubuntu-MI.woff2') format('woff2'),
         url('Ubuntu-TTFAutohint/Ubuntu-MI.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu Condensed HDS';
    src: url('Ubuntu-TTFAutohint/Ubuntu-C.woff2') format('woff2'),
         url('Ubuntu-TTFAutohint/Ubuntu-C.woff') format('woff');
}

@font-face {
    font-family: 'Ubuntu Light HDS';
    src: url('Ubuntu-TTFAutohint/Ubuntu-L.woff2') format('woff2'),
         url('Ubuntu-TTFAutohint/Ubuntu-L.woff') format('woff');
}
@font-face {
    font-family: 'Ubuntu Light HDS';
    src: url('Ubuntu-TTFAutohint/Ubuntu-LI.woff2') format('woff2'),
         url('Ubuntu-TTFAutohint/Ubuntu-LI.woff') format('woff');
    font-style: italic;
}
@font-face {
    font-family: 'Ubuntu Medium HDS';
    src: url('Ubuntu-TTFAutohint/Ubuntu-M.woff2') format('woff2'),
         url('Ubuntu-TTFAutohint/Ubuntu-M.woff') format('woff');
}
@font-face {
    font-family: 'Ubuntu Medium HDS';
    src: url('Ubuntu-TTFAutohint/Ubuntu-MI.woff2') format('woff2'),
         url('Ubuntu-TTFAutohint/Ubuntu-MI.woff') format('woff');
    font-style: italic;
}

@font-face {
    font-family: 'Ubuntu Mono HDS';
    src: url('Ubuntu-TTFAutohint/UbuntuMono-R.woff2') format('woff2'),
         url('Ubuntu-TTFAutohint/UbuntuMono-R.woff') format('woff');
}
@font-face {
    font-family: 'Ubuntu Mono HDS';
    src: url('Ubuntu-TTFAutohint/UbuntuMono-B.woff2') format('woff2'),
         url('Ubuntu-TTFAutohint/UbuntuMono-B.woff') format('woff');
    font-weight: bold;
}
@font-face {
    font-family: 'Ubuntu Mono HDS';
    src: url('Ubuntu-TTFAutohint/UbuntuMono-RI.woff2') format('woff2'),
         url('Ubuntu-TTFAutohint/UbuntuMono-RI.woff') format('woff');
    font-style: italic;
}
@font-face {
    font-family: 'Ubuntu Mono HDS';
    src: url('Ubuntu-TTFAutohint/UbuntuMono-BI.woff2') format('woff2'),
         url('Ubuntu-TTFAutohint/UbuntuMono-BI.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
