mirror of
https://github.com/multipleof4/stain.otf.git
synced 2026-01-13 16:17:55 +00:00
Docs: Add CDN usage instructions
This commit is contained in:
@@ -1 +1,17 @@
|
|||||||

|

|
||||||
|
|
||||||
|
## 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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user