﻿/* Font family definitions start*/

@font-face {
    font-family: AltinnNo;
    src: url(../fonts/icons.eot);
    src: url(../fonts/icons.eot?#iefix) format('embedded-opentype'), url(../fonts/icons.woff2) format('woff2'),
    url(../fonts/icons.woff) format('woff'),url(../fonts/icons.ttf) format('truetype'),url(../fonts/icons.otf) format('opentype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: semiFont;
    src: url(../fonts/Lato-Semibold.woff);
}

@font-face {
    font-family: regularFont;
    src: url(../fonts/Lato-Regular.woff);
}

@font-face {
    font-family: lightFont;
    src: url(../fonts/Lato-Light.woff);
}


@font-face {
    font-family: boldFont;
    src: url(../fonts/Lato-Bold.woff);
}

@font-face {
    font-family: italicFont;
    src: url(../fonts/Lato-Italic.woff);
}

/* Font family definitions end*/

