### Install YakuHanJP via npm Source: https://yakuhanjp.qranoko.jp/ Install the YakuHanJP package using npm. This is the first step for using the font in your project. ```bash npm install yakuhanjp ``` -------------------------------- ### Import YakuHanJP CSS after npm installation Source: https://yakuhanjp.qranoko.jp/ Import the specific CSS file for the YakuHanJP variant you wish to use after installing via npm. ```javascript YakuHanJP: import "yakuhanjp" YakuHanJPs: import "yakuhanjp/dist/css/yakuhanjp_s.css" YakuHanMP: import "yakuhanjp/dist/css/yakuhanmp.css" YakuHanMPs: import "yakuhanjp/dist/css/yakuhanmp_s.css" YakuHanRP: import "yakuhanjp/dist/css/yakuhanrp.css" YakuHanRPs: import "yakuhanjp/dist/css/yakuhanrp_s.css" ``` -------------------------------- ### HTML and CSS for CDN Link Source: https://yakuhanjp.qranoko.jp/ Include this HTML link in your head tag and the CSS to apply the YakuHanJP font. ```html .example { font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif; } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.