@electron-fonts/m-plus-2
v1.2.0
Published
M PLUS 2 font injector to electron aplications.
Downloads
2
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 MPLUS2 from "@electron-fonts/m-plus-2"
window.addEventListener("DOMContentLoaded", () => {
MPLUS2.inject()
})