@jaisocx/media_tools_fonts_orbitron
v1.2.2
Published
The one npm package for the Jaisocx Sites Tools with fonts and styles importing fonts, for the sites tools preview. To install on demand, if not relaying on the cdn.
Readme
Orbitron Google Font Package in @jaisocx/media_tools_fonts namespace
The Aim Of The Setup
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))
