@font-face {
    font-family: "Alice-regular";
    src:
        url("../fonts/Alice-regular.woff2"),
        url("../fonts/Alice-regular.woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "3Dumb";
    src:
        url("../fonts/3Dumb.woff"),
        url("../fonts/3Dumb.woff");
    font-weight: normal;
    font-style: normal;
}

#ex1 {
    h1, h2 {
        font-family: '3Dumb';
    }
    p {
        font-family: 'Alice-regular';
    }
}