@font-face {
    font-family:'regular-buffalo';
    src:url('../Content/Packages/buffalo/Buffalo.otf') format('opentype');
}

.better-font {
    font-family: 'regular-buffalo';
    font-size:4rem!important;
}

@media(max-width:500px){
    .better-font {
        font-family: 'regular-buffalo';
        font-size: 2rem !important;
    }
}