@electron-fonts/baloo-bhai-2
v1.2.0
Published
Baloo Bhai 2 font injector to electron aplications.
Downloads
7
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 BalooBhai2 from "@electron-fonts/baloo-bhai-2"
window.addEventListener("DOMContentLoaded", () => {
BalooBhai2.inject()
})