@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Segoe Script';
  font-style: normal;
  font-weight: normal;
  src: url('./segoe_script/segoe_script.woff2') format('woff2'), 
       url('./segoe_script/segoe_script.woff') format('woff');
  font-display: swap;
}