@electron-fonts/grenze-gotisch
v1.2.0
Published
Grenze Gotisch font injector to electron aplications.
Downloads
9
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 GrenzeGotisch from "@electron-fonts/grenze-gotisch"
window.addEventListener("DOMContentLoaded", () => {
GrenzeGotisch.inject()
})