@font-face {
    font-family: 'Lora';
    src: url('google-font/Lora-Bold.woff2') format('woff2'), url('google-font/Lora-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    /*font-display: swap;*/
    font-display: fallback;
}

@font-face {
    font-family: 'Lora';
    src: url('google-font/Lora-Regular.woff2') format('woff2'), url('google-font/Lora-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    /*font-display: swap;*/
    font-display: fallback;
}

@font-face {
    font-family: 'Open Sans';
    src: url('google-font/OpenSans-Bold.woff2') format('woff2'), url('google-font/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    /*font-display: swap;*/
    font-display: fallback;
}

@font-face {
    font-family: 'Open Sans';
    src: url('google-font/OpenSans-Italic.woff2') format('woff2'), url('google-font/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    /*font-display: swap;*/
    font-display: fallback;
}

@font-face {
    font-family: 'Open Sans';
    src: url('google-font/OpenSans-Regular.woff2') format('woff2'), url('google-font/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    /*font-display: swap;*/
    font-display: fallback;
}