-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
webfonts addon #5178
base: master
Are you sure you want to change the base?
webfonts addon #5178
Conversation
@Tyriar I am not sure, if the integration testing works correctly atm. There are several tests failing, but the CI does still mark them as successful. 🤔 Example: https://github.com/xtermjs/xterm.js/actions/runs/11170843380/job/31054434727?pr=5178#step:10:491 |
Ugh, this again |
Will handle in #5179 |
Fixed: #5180 |
I have no clue yet, how to test that in the CI. Maybe it is possible to track the font asset loading somehow with playwright. The changing glyph metrics should be spotable though (my demo fonts are quite different from the usual ones). |
@Tyriar Added some CI tests, ready for review. |
Since the issue #5164 brought up webfonts once more and the other addon is quite outdated, I started to build a new one.
TODO:
Roboto Mono
from client.ts and client.css again