@font-face {
    font-family: 'Georgia';
    src: url('font/Georgia.eot');
    src: url('font/Georgia.eot?#iefix') format('embedded-opentype'),
        url('font/Georgia.woff2') format('woff2'),
        url('font/Georgia.woff') format('woff'),
        url('font/Georgia.svg#Georgia') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

