You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class font:
"""
Class defining the global font variables for all functions.
"""
leg_font = font_manager.FontProperties(family='Libre Franklin',size=9)
normal = 'Libre Franklin'
semibold = 'Libre Franklin SemiBold'
mpl.rc('font',family='Libre Franklin')
results in error: findfont: Font family ['Libre Franklin'] not found. Falling back to DejaVu Sans.
The text was updated successfully, but these errors were encountered:
Using
results in error:
findfont: Font family ['Libre Franklin'] not found. Falling back to DejaVu Sans.
The text was updated successfully, but these errors were encountered: