Fontgraphy yas Self host “yas” font as a dependency. Installation yarn add @fontgraphy/yas or npm install @fontgraphy/yas Import the css file that includes @font-face in your app entry point: import "@fontgraphy/yas"; Use font-family that added by imported css file. body { font-family: "yas"; }