@electron-fonts/material-symbols-outlined
v1.2.0
Published
Material Symbols Outlined 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 MaterialSymbolsOutlined from "@electron-fonts/material-symbols-outlined"
window.addEventListener("DOMContentLoaded", () => {
MaterialSymbolsOutlined.inject()
})