chore: remove eot fonts#2491
Conversation
There was a problem hiding this comment.
Pull request overview
This PR removes legacy .eot font assets and their @font-face references for the TeleNeoWeb font, keeping only modern woff2/woff sources.
Changes:
- Removed
.eotsrc:entries from TeleNeoWeb@font-facedeclarations. - Deleted TeleNeoWeb
.eotfont files from the repository.
Reviewed changes
Copilot reviewed 2 out of 14 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/components/src/telekom/fonts/scale-fonts-telekom.css | Drops .eot font sources from Telekom-specific font-face definitions. |
| packages/components/src/global/fonts.css | Drops .eot font sources from the global font-face definitions. |
| packages/components/src/telekom/fonts/TeleNeoWeb/*.eot | Removes obsolete .eot font binaries now that they’re no longer referenced. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
There was no issue created for this PR, and I have a feeling I won't create one. You see, Thank you for your review, I appreciate the time. However, the code is provided as-is, and if an issue is required on my part -- feel free to close the PR. |
|
Frankly, I am disappointed by this response. While I understand that you are volunteering your time for free, please remember that the maintainers are doing the same. Describing a standard request for a tracking issue as 'bureaucratic hoops' is disingenuous and unfair to the people who are giving up their time to review your code for free. We don't create busywork just for the sake of it. Like many projects, we are dealing with an influx of AI-generated pull requests that propose code without defining the actual problem. An issue provides the necessary context. Furthermore, we are currently developing automated review processes to speed up our cycles, and these rely entirely on having a documented problem linked to the PR. |
|
Fixes #2506 |
This PR removes
.eotfont files and their usage. It is an outdated font format which is not supported by any modern browser.Derivative from #2481.