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

The CloudSurf brand typeface family.

Faces
-----

  Surf Display Regular       400 — body text
  Surf Display Medium        500 — UI and emphasis between body and display
  Surf Display Black         900 — display and headings
  Surf Display Mono Regular  400 — code and terminals (fixed pitch)

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;
  }

Questions: team@cloudsurf.com
