cantarell
v0.303.0
Published
Cantarell font family
Downloads
3
Maintainers
Readme
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>