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

Package detail

@electron-fonts/uncial-antiqua

ArthurLobopro8MIT1.2.0TypeScript support: included

Uncial Antiqua font injector to electron aplications.

electron, css, inject, font, Uncial Antiqua

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 UncialAntiqua from "@electron-fonts/uncial-antiqua"

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