FONT FOLDER — green_cheer_site
===============================
All fonts below are open-source (SIL Open Font Licence or Apache 2.0)
and may be freely self-hosted.

INCLUDED:
  Playfair Display  — display serif, for headings       (SIL OFL)
  Lora              — elegant serif, for body text       (SIL OFL)
  Source Serif 4    — Adobe open-source serif            (SIL OFL)
  Jost              — geometric sans (Futura substitute) (SIL OFL)
  Nunito            — rounded humanist sans              (SIL OFL)
  Inter             — neutral sans (Arial substitute)    (SIL OFL)

NOT INCLUDED — Sylexiad:
  Sylexiad was created by Robert Hillier at the University of Bath
  specifically for dyslexic readers. It is free to download but not
  distributed via standard font repositories.

  Download from:
    http://www.roberthillier.net/Downloads/SylexiadSans.zip
    http://www.roberthillier.net/Downloads/SylexiadSerif.zip

  Once downloaded, place the .woff2 or .ttf files in this folder
  and add @font-face rules to fonts.css following the same pattern
  as the other fonts.

  Suggested naming:
    sylexiad-sans-400.woff2
    sylexiad-sans-700.woff2
    sylexiad-serif-400.woff2
    sylexiad-serif-700.woff2

  Then add to fonts.css:
    @font-face {
      font-family: 'Sylexiad Sans';
      font-style: normal;
      font-weight: 400;
      font-display: swap;
      src: url('sylexiad-sans-400.woff2') format('woff2'),
           url('sylexiad-sans-400.ttf') format('truetype');
    }

SOURCES:
  https://fontsource.org (npm packages @fontsource/*)
  Versions downloaded: May 2026
