Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@electron-fonts/bowlby-one

ArthurLobopro3MIT1.2.0TypeScript support: included

Bowlby One font injector to electron aplications.

electron, css, inject, font, Bowlby One

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 BowlbyOne from "@electron-fonts/bowlby-one"

window.addEventListener("DOMContentLoaded", () => {
    BowlbyOne.inject()
})