﻿
@font-face {
    font-family: libre;
    src: url('/fonts/libre.woff2');
}

.libre {
    font-family: libre;
}

@font-face {
    font-family: font1;
    src: url('/fonts/font1.woff2');
}

.font1 {
    font-family: font1;
}

@font-face {
    font-family: font2;
    src: url('/fonts/font2.woff2');
}

.font2 {
    font-family: font2;
}

@font-face {
    font-family: font3;
    src: url('/fonts/font3.woff2');
}

.font3 {
    font-family: font3;
}


@font-face {
    font-family: icomoon;
    src: url('/fonts/icomoon.woff2');
}

.icomoon {
    font-family: icomoon;
}

@font-face {
    font-family: rose;
    src: url('/fonts/rose.otf');
}

.rose {
    font-family: rose;
}
