bootstack.style.get_font_families#

bootstack.style.get_font_families()#

Return the installed UI font families available to the application.

System fonts that start with @ and emoji fonts are filtered out, leaving the families suitable for body and heading text. The list is sorted alphabetically.

Returns:

Sorted list of font family names.

Return type:

list[str]