jaisocx_sites_tools

Installation of Orbitron Google Font

πŸ’‘ 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

Aim Of The Setup

πŸ’‘ 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))