github-actions[bot] ffa1a90a47 chore: build Stain font
2025-11-20 00:38:53 +00:00
2025-11-20 00:38:53 +00:00
2025-11-19 16:38:40 -08:00
2025-11-19 12:12:28 -08:00
2025-11-09 12:41:55 -08:00
2025-11-09 08:56:41 -08:00

font

Usage

To use Stain in your project without downloading, import it via CDN:

@font-face {
  font-family: "Stain";
  src: url("https://cdn.jsdelivr.net/gh/multipleof4/stain.otf@master/dist/Stain.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Stain", sans-serif;
}
Description
A new programmatic font named Stain.
Readme CC0-1.0 379 KiB
Languages
JavaScript 78.1%
HTML 21.9%