@font-face {
    font-family: 'happy-times';
    src: url('happy-times-NG_regular_master.otf') format('opentype'),
         url('happy-times-NG_regular_master_web.woff2') format('woff2'),
         url('happy-times-NG_regular_master_web.woff') format('woff'),
         url('happy-times-NG_regular_master_web.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'happy-times';
    src: url('happy-times-NG_italic_master.otf') format('opentype'),
         url('happy-times-NG_italic_master_web.woff2') format('woff2'),
         url('happy-times-NG_italic_master_web.woff') format('woff'),
         url('happy-times-NG_italic_master_web.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'happy-times';
    src: url('happy-times-NG_bold_master.otf') format('opentype'),
         url('happy-times-NG_bold_master_web.woff2') format('woff2'),
         url('happy-times-NG_bold_master_web.woff') format('woff'),
         url('happy-times-NG_bold_master_web.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
