Skip to content

fix(css): correct font format fallback#2481

Open
grigoriy-reshetniak wants to merge 2 commits intotelekom:mainfrom
grigoriy-reshetniak:fix-font-order
Open

fix(css): correct font format fallback#2481
grigoriy-reshetniak wants to merge 2 commits intotelekom:mainfrom
grigoriy-reshetniak:fix-font-order

Conversation

@grigoriy-reshetniak
Copy link
Copy Markdown

Due to bug in font order newest font format woff2 was used as fallback for woff. This PR changes the fallback order making woff fallback for woff2.

woff2 has a better compression and should be preferred generally. It's also widely adopted.

Taking advantage of the opportunity I'd like to ask why eot (or even woff to certain extent) is needed? IE 11 is retired by MS, marked as dead in by Browserlist. It has less than 1% of usage. Is it really worth to have this font format in the repository?

Copilot AI review requested due to automatic review settings April 9, 2026 18:42
@obstmi
Copy link
Copy Markdown
Collaborator

obstmi commented Apr 12, 2026

@grigoriy-reshetniak
Looks good to me, thank you for your PR. I just run prettier for formatting the code changes. Your suggestion regarding the necessity of the eot files I will discuss with the team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants