Improve handling of specified font name #3413
Labels
good first issue
Good for newcomers
new feature
Enhancement specifically adding a new feature (feature request should be used for issues instead)
Currently our documentation build throws several warnings like
See https://readthedocs.org/api/v2/build/22307289.txt for the complete log of a recent build.
There are two issues here:
sans-serif
should probably also be referred to assans
.Monospace
andSans
are actually included by the list returned bymanimpango.list_fonts()
. I think it would be a good idea to automatically correct this user input error: if the specified font is not included in the list, manim should check whether the capitalized version is there -- and if so, use that value instead.The text was updated successfully, but these errors were encountered: