0.303.0 • Published 3 years ago

cantarell v0.303.0

Weekly downloads
-
License
OFL-1.1
Repository
gitlab
Last release
3 years ago

Cantarell

Modern variable width font for GNOME apps. Originally designed and developed by David Crossland.

This is an unofficial package created with modern web apps in mind. It is not affected by the macOS and iOS auto-hinting bug (https://gitlab.gnome.org/Teams/Design/cantarell.gnome.org/-/issues/6).

Sample usage

<style>
  @font-face {
    font-family: "Cantarell";
    font-weight: 100 900;
    font-display: swap;
    font-style: normal;
    font-named-instance: "Regular";
    src: url("node_modules/cantarell/cantarell.woff2") format("woff2");
  }

  body {
    font-family: "Cantarell", sans-serif;
    font-weight:  400;
    font-size:  16px;
  }
</style>
0.303.0

3 years ago