 /* Webfonts */
@font-face {
    font-family: "foobar_proregular";
    font-style: normal;
    font-weight: normal;
    src: url("/lib/tpl/eduroam/font/foobar/foobar_pro-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("/lib/tpl/eduroam/font/foobar/foobar_pro-regular-webfont.woff") format("woff"),
    url("/lib/tpl/eduroam/font/foobar/foobar_pro-regular-webfont.ttf") format("truetype");
}

/* Webfont: Lato-Regular */
@font-face {
    font-family: 'LatoWeb';
    src: url('/lib/tpl/eduroam/font/Lato/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('/lib/tpl/eduroam/font/Lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('/lib/tpl/eduroam/font/Lato/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
        url('/lib/tpl/eduroam/font/Lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */
        url('/lib/tpl/eduroam/font/Lato/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

