@font-face {
font-family: "font1";
src: url("../fonts/font1.ttf") format("truetype");
}
@font-face {
font-family: "font2";
src: url("../fonts/font2.ttf") format("truetype");
}
.el1 {
font-family: "font1", "sans-serif";
}
.el2 {
font-family: "font2", "sans-serif";
}