.h1font {
    .old-standard-tt-regular {
        font-family: "Old Standard TT", serif;
        font-weight: 400;
        font-style: normal;
    }

    .old-standard-tt-bold {
        font-family: "Old Standard TT", serif;
        font-weight: 700;
        font-style: normal;
    }

    .old-standard-tt-regular-italic {
        font-family: "Old Standard TT", serif;
        font-weight: 400;
        font-style: italic;
    }

}

h1 {
    font-family: "Old Standard TT", serif !important;
}