@electron-fonts/grape-nuts
v1.2.0
Published
Grape Nuts font injector to electron aplications.
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 GrapeNuts from "@electron-fonts/grape-nuts"
window.addEventListener("DOMContentLoaded", () => {
GrapeNuts.inject()
})