@font-face {
    font-family: uni;
    src: url(fonts/Nis-uni.woff2) format("woff2"),
        url(fonts/Nis-uni.woff) format("woff"),
        url(fonts/Nis-uni.ttf) format("opentype");
}

html,
button,
input,
select,
textarea {
    font-family: "uni";
}