-
-
Notifications
You must be signed in to change notification settings - Fork 11.4k
feat: multiple fonts fallbacks #8286
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
88dae08 to
1ba89f0
Compare
Coverage Report
File Coverage
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1ba89f0 to
e8665a9
Compare
e8665a9 to
93ba0f3
Compare
93ba0f3 to
856aa7d
Compare
856aa7d to
226ca09
Compare
226ca09 to
c6e443b
Compare
adc9217 to
94cdb0e
Compare
|
👍 |
2aa4cbf to
20ecd07
Compare
|
It's probably because I've let it register |
|
@zsviczian could you perhaps confirm #8303 solves this? |
|
I confirm #8303 solves the issue. The screenshot above is from Excalidraw web: https://excalidraw-7vmwury8n-excalidraw.vercel.app/#json=t11M0HM6UHAPuCgd97kcC,BjJyC9R4u_fj73hS_U5QJQ I used the preview from the most recently merged PR: #8302 |

Adds the possibility to specify an array of base URLs in
EXCALIDRAW_ASSET_PATH, so that we could register font faces for our bundled fonts with multiple fallbacks, in case of unreachable resources due to:Excalidraw-app now has three font URLs for our bundled fonts:
excalidraw.com[fallback]Fonts are fetched in the order specified above (with automatic fallbacks), for both:
window.document.fonts.loadAPI@font-face#sourcemannerAdditional improvements: