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

error #26

Open
dish0m opened this issue Sep 25, 2023 · 1 comment
Open

error #26

dish0m opened this issue Sep 25, 2023 · 1 comment

Comments

@dish0m
Copy link

dish0m commented Sep 25, 2023

File "/usr/lib/python3/dist-packages/pyfiglet/init.py", line 794, in init
self.setFont()
File "/usr/lib/python3/dist-packages/pyfiglet/init.py", line 801, in setFont
self.Font = FigletFont(font=self.font)
File "/usr/lib/python3/dist-packages/pyfiglet/init.py", line 126, in init
self.data = self.preloadFont(font)
File "/usr/lib/python3/dist-packages/pyfiglet/init.py", line 147, in preloadFont
raise FontNotFound(font)
pyfiglet.FontNotFound: isometric3

@riccardo-marra
Copy link

You can change the function that prints the banner, in the file "terra.py", just by putting another font.
I modified it by doing so:
banner = Figlet(font='block', justify='right')

So I put font='block' instead of font=isometric3

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