@electron-fonts/gochi-hand
v1.2.0
Published
Gochi Hand font injector to electron aplications.
Downloads
4
Maintainers
Readme
Electron Fonts
Electron fonts packages provide font archives em electron desktop apps.
How to use
Install the package
On your
preload.js
, add:
import GochiHand from "@electron-fonts/gochi-hand"
window.addEventListener("DOMContentLoaded", () => {
GochiHand.inject()
})