-
Notifications
You must be signed in to change notification settings - Fork 253
fix: Serve external resources like icons and fonts locally #818
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
base: main
Are you sure you want to change the base?
Conversation
Added IBM Plex Mono font files (Bold, Light, Medium, Regular, and SemiBold) to the public/fonts directory for use in the application.
Removed outdated IBM Plex Mono TTF font files and added updated WOFF2 versions for better performance and compatibility. Also added Bootstrap Icons font files in WOFF and WOFF2 formats.
Updated the font file paths in bootstrap-icons.css to use the correct relative path. This ensures the fonts are loaded properly from the correct directory.
Replaced external links for Bootstrap icons and IBM Plex Mono font with local assets to improve loading performance and reduce dependency on external resources.
… and update links in preview-head.html
…ns and IBM Plex Mono
Added Roboto v47 font files (weights: 100, 300, 500, 700, and regular) in WOFF2 format to the public/fonts directory for use in the application.
Added Inter font files (100 and 500 weights) in WOFF2 format to the public/fonts directory for use in the application.
Added Roboto Mono font files (weights 100 and 700) to the public/fonts directory for use in the application.
Removed the Inter font file for weight 500 and added the Inter font file for weight 900 in the public/fonts directory.
Removed query parameters from font URLs in bootstrap-icons.css to simplify the file paths and ensure compatibility.
|
@MiguelRipoll23 is attempting to deploy a commit to the HyperDX Team on Vercel. A member of the Team first needs to authorize it. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I covered the most important resources needed by the app. Currently the stylesheet for Bootstrap icons blocks the page for too long until a timeout is received.
I partially tested this PR, I couldn't get the page to load completely in GitHub Codespaces so sorry about that!
Fixes #813