@font-face {
    font-family: 'danielregular';
    src: url('./Daniel-Regular-webfont.eot');
    src: url('./Daniel-Regular-webfont.eot?#iefix') format('embedded-opentype'),

         url('./Daniel-Regular-webfont.woff') format('woff'),
         url('./Daniel-Regular-webfont.ttf') format('truetype'),
         url('./Daniel-Regular-webfont.svg#danielregular') format('svg');
    font-weight: normal;
    font-style: normal;
    /* https://medium.com/@santhoshsundar/speeding-up-first-contentful-paint-while-loading-web-fonts-using-font-face-d7106abe664a */
    /* Add this to your @font-face rule */
    font-display: swap;
}

