π‘ pack of fonts installs to node_modules and turns on by css class name.
| ποΈ Library | @jaisocx/media_tools_fonts_orbitron |
π·οΈ ver.: 1.2.2 |
| π Updated | Winter 2026 | Tue Jan 20 06:28:29 CET 2026 |
| π Size | π Folder: 324 KB | π¦ Tarball: _ KB | π styles: 14 KB | fonts: 194 KB | node_modules: 79 KB |
| β‘ JS Engine | π Browser: β yes | π§ Express: β yes | π₯οΈ Console: β no |
π‘ pack of fonts installs to node_modules and turns on by css class name.
Other sites tools
donβt have to publish fonts along with .ts and .css
for preview purposes.
Like the @jaisocx/media_tools_fonts_base,
this package is the example to apply a font,
to set a css variable of a font-family,
or to override a @jaisocx/css-clean-start-2 css variable of a font-family style for all tags on page.
The entire package is just to enable these 2 css lines for the page:
.jsc.JscFonts_Orbitron {
--css-clean-start-2--main--font-family: Orbitron, v_Orbitron;
--jsx--css-clean-start-2--all-tags--font-family: var(--css-clean-start-2--main--font-family);
}
However, the workaround does the right way))