@duyet/fonts
v1.0.4
Published
A collection of custom typefaces by Duyet.
Downloads
573
Readme
Duyet Fonts
A collection of custom typefaces and editorial-style fonts.
Live Demo: https://duyet.github.io/fonts/
Fonts Included
1. Duyet Serif
A high-contrast editorial serif based on Instrument Serif. Optimized for data-heavy projects, high-impact headings, and a Zen aesthetic.
Installation
npm install @duyet/fontsUsage
Import the specific font CSS in your project:
import '@duyet/fonts/fonts/duyet-serif/index.css';Then use it in your CSS:
body {
font-family: 'Duyet Serif', serif;
}Development
The project uses fontmake to build fonts from source.
# Install dependencies
uv pip install -r requirements.txt
# Build all fonts
make build
# Build a specific font
make duyet-serifStructure
sources/<font-name>/: Font source files (e.g.,.glyphs).fonts/<font-name>/: Compiled.ttfand.woff2files.
License
Licensed under the SIL Open Font License 1.1.
