Docs: Add CDN usage instructions

This commit is contained in:
2025-11-19 16:38:40 -08:00
parent 10a77d89fa
commit b4d3595352

View File

@@ -1 +1,17 @@
![font](./stain-fox.png) ![font](./stain-fox.png)
## 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;
}