cantarell

0.303.0 • Public • Published

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>

Package Sidebar

Install

npm i cantarell

Weekly Downloads

1

Version

0.303.0

License

OFL-1.1

Unpacked Size

70.3 kB

Total Files

4

Last publish

Collaborators

  • jarek-foksa