@font-face {
    font-family: 'Aller';
    font-style: normal;
    font-weight: 500;
    src: local('Aller'),
        url(./aller.woff) format('woff'),
        url(./aller.ttf) format('truetype');
}
@font-face {
    font-family: 'Aller Light';
    font-style: normal;
    font-weight: 500;
    src: local('Aller'),
        url(./aller-light.woff) format('woff'),
        url(./aller-light.ttf) format('truetype');
}
