0.0.5 • Published 9 months ago
line-seed-jp v0.0.5
About LINE SEED JP Web Font
This package hosts the LINE SEED JP web font, which originates from the official LINE SEED font repository on GitHub. For more information about the font, please refer to the official LINE SEED GitHub repository.
We have packaged and deployed the font through npm and JSDelivr to facilitate easy integration and CDN access for web projects.
How to Use
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/line-seed-jp/line-seed-jp.css" />
Then, apply the font in your CSS as follows:
body {
font-family: 'LINE Seed JP', sans-serif;
}