Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subtitle font="Arial Regular" function loading incorrect font #358

Closed
poeBaer opened this issue Jun 3, 2023 · 0 comments
Closed

Subtitle font="Arial Regular" function loading incorrect font #358

poeBaer opened this issue Jun 3, 2023 · 0 comments

Comments

@poeBaer
Copy link

poeBaer commented Jun 3, 2023

When inserting a Subtitle, and trying to set the font value to "Arial Regular", the output is that of a different font

Eg:
Subtitle("Test", font="Arial Regular") loads the Courier New font

However, other Arial fonts appear just fine

Eg:
Subtitle("Test", font="Arial Italic")
Subtitle("Test", font="Arial Narrow")
Subtitle("Test", font="Arial Narrow Bold")
Subtitle("Test", font="Arial Bold") though "Arial Bold" is the default Subtitle font, and will also load under Subtitle("Test", font="Arial")

See doom9 for previous discussion: https://forum.doom9.org/showthread.php?t=184885

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants