@electron-fonts/nanum-gothic-coding
v1.2.0
Published
Nanum Gothic Coding 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 NanumGothicCoding from "@electron-fonts/nanum-gothic-coding"
window.addEventListener("DOMContentLoaded", () => {
NanumGothicCoding.inject()
})