bootstack.style.set_font_family#
- bootstack.style.set_font_family(family, *, mono_family=None)#
Set the application font family for all non-code text.
Every token except
codeis switched tofamily; the monospacecodetoken is left untouched unlessmono_familyis given. If a requested family is not installed, a warning is issued and the current fonts are left unchanged.