﻿@font-face {
    font-family: "giz";
    src: url("EraserRegular.ttf") format("truetype");
}

.giz-font {
    font-family: giz;
    color: red;
}


