/* TinyMCE Fontlist applies font-family: 'courier new' */
@font-face {
  font-family: 'courier new';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./CourierNew-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'courier new';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('./CourierNew-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'courier new';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./CourierNew-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'courier new';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url('./CourierNew-BoldItalic.ttf') format('truetype');
}
