-
-
Notifications
You must be signed in to change notification settings - Fork 470
Open
Labels
topic: codeRelated to content of the project itselfRelated to content of the project itselftype: enhancementProposed improvementProposed improvement
Description
Describe the request
Custom fonts, such as Open Sans, should be prefetched as it causes performance issues and is noticeable:
arduino-ide/arduino-ide-extension/src/browser/style/fonts.css
Lines 1 to 4 in 7721350
@font-face { | |
font-family: 'Open Sans'; | |
src: url('fonts/OpenSans-Bold-webfont.woff') format('woff'); | |
} |
Describe the current behavior
IDE2 loads the fonts on the fly, which causes a UI glitch:
In action:
font-load.mp4
Related: #1217 (comment)
Arduino IDE version
2.0.4
Operating system
macOS
Operating system version
12.6.3
Additional context
No response
Issue checklist
- I searched for previous requests in the issue tracker
- I verified the feature was still missing when using the latest nightly build
- My request contains all necessary details
Metadata
Metadata
Assignees
Labels
topic: codeRelated to content of the project itselfRelated to content of the project itselftype: enhancementProposed improvementProposed improvement