@font-face {
    font-family: 'DM Serif Text';
    src: url('../fonts/google_font/DMSerif/DMSerifText-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: block;
}

@font-face {
    font-family: 'DM Serif Text';
    src: url('../fonts/google_font/DMSerif/DMSerifText-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}