@electron-fonts/ibm-plex-mono
v1.2.0
Published
IBM Plex Mono font injector to electron aplications.
Downloads
12
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 IBMPlexMono from "@electron-fonts/ibm-plex-mono"
window.addEventListener("DOMContentLoaded", () => {
IBMPlexMono.inject()
})