@font-face {
    font-family: 'als_story';
    src: url('als_story_regular.woff2') format('woff2'),
         url('als_story_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'als_story';
    src: url('als_story_italic.woff2') format('woff2'),
         url('als_story_italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'als_story';
    src: url('als_story_bold.woff2') format('woff2'),
         url('als_story_bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'als_story';
    src: url('als_story_bold_italic.woff2') format('woff2'),
         url('als_story_bold_italic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}