/*
 * Jeju Gothic — self-hosted replacement for the deprecated
 * https://fonts.googleapis.com/earlyaccess/jejugothic.css
 *
 * Google has removed the underlying font files from
 * fonts.gstatic.com/ea/jejugothic/v3/ (all formats now return 404),
 * so the early-access stylesheet still loads but applies no glyphs.
 * The files referenced below were recovered from the Internet Archive
 * and should be uploaded to your server next to this CSS file.
 *
 * Expected layout on the server:
 *   /fonts/jeju-gothic.css
 *   /fonts/JejuGothic-Regular.woff2
 *   /fonts/JejuGothic-Regular.woff
 *   /fonts/JejuGothic-Regular.ttf
 */

@font-face {
  font-family: 'Jeju Gothic';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('JejuGothic-Regular.woff2') format('woff2'),
       url('JejuGothic-Regular.woff')  format('woff'),
       url('JejuGothic-Regular.ttf')   format('truetype');
}
