﻿
@font-face {
    font-family: NimbusSans;
    src: url("/fonts/NimbusSanL-Reg.otf") format("opentype");
}

@font-face {
    font-family: NimbusSans;
    font-weight: bold;
    src: url("/fonts/NimbusSanL-Bol.otf") format("opentype");
}

@font-face {
    font-family: NimbusSans;
    font-style:italic;
    src: url("/fonts/NimbusSanL-RegIta.otf") format("opentype");
}

@font-face {
    font-family: NimbusSans;
    font-weight: bold;
    font-style: italic;
    src: url("/fonts/NimbusSanL-BolIta.otf") format("opentype");
}

