@electron-fonts/source-serif-4
v1.2.0
Published
Source Serif 4 font injector to electron aplications.
Downloads
3
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 SourceSerif4 from "@electron-fonts/source-serif-4"
window.addEventListener("DOMContentLoaded", () => {
SourceSerif4.inject()
})