Surf Display
============

The CloudSurf brand typeface family.

Faces
-----

  Surf Display Regular       400 — body text
                             version 2.000
  Surf Display Medium        500 — UI and emphasis between body and display
                             version 2.000
  Surf Display Black         900 — display and headings
                             version 2.000
  Surf Display Mono Regular  400 — code and terminals (fixed pitch)
                             version 3.101
  Surf Display Mono Bold     700 — bold code and terminals (fixed pitch)
                             version 4.001

Folders
-------

  desktop/   TTF — install these on macOS (Font Book) or Windows
  web/       WOFF2 — use these with @font-face on the web

Example @font-face
------------------

  @font-face {
    font-family: "Surf Display";
    src: url("SurfDisplay-Regular.woff2") format("woff2");
    font-weight: 400;
    font-display: swap;
  }

Surf Display Mono is a true fixed-pitch family with a real Bold — set your
terminal to "Surf Display Mono" and leave bold synthesis off.

(c) 2026 CloudSurf Software LLC. Designed by K. Brady Davis.

Questions: team@cloudsurf.com
