-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Font Problem #1534
Labels
Comments
Hello, your issue looks like related to #1170 Had the same issue on debian buster/sid / Firefox ESR 52.8.1 (64-bit), fixed it by changing the font family to Courier New const xterm = new Terminal({ fontFamily: 'Courier New' }); |
Hi, |
I added this to the constructor, which fixes the issue for me on Ubuntu 18.04 and Chrome 67: const xterm = new Terminal({
fontSize: 14,
fontFamily: 'Ubuntu Mono, courier-new, courier, monospace'
}); |
Thank you @jan0e . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
This is how xterm is displayed with defaults.
I tried to change font-family & line height.
What is the problem?
I am using your startup example.
Details
Steps to reproduce
The text was updated successfully, but these errors were encountered: