Skip to content
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

EOT FIles missing in the Zip File (Historic Support) #185

Closed
Heislitz opened this issue Jun 3, 2024 · 2 comments
Closed

EOT FIles missing in the Zip File (Historic Support) #185

Heislitz opened this issue Jun 3, 2024 · 2 comments

Comments

@Heislitz
Copy link

Heislitz commented Jun 3, 2024

Tried to create zips with historic support for Noto Sans and Oswald font.
Checked on all variants.

Both zips do not contain the eot files. Only ttf, woff, woff2 and svg are included.

@Heislitz Heislitz changed the title EOT FIles missing in the Zip FIle (Historic Support) EOT FIles missing in the Zip File (Historic Support) Jun 3, 2024
@majodev
Copy link
Owner

majodev commented Jun 3, 2024

Hm, looks like the upstream google css no longer supports including eot entries for our very specific user-agents.

There does not appear to be a specific user-agent to bring them back - this might be the final deprecation.

@y5c4l3
Copy link

y5c4l3 commented Jul 11, 2024

[@archlinux tmp]$ curl 'https://fonts.googleapis.com/css?family=Noto+Sans' --user-agent 'Mozilla/5.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0)'
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/l/font?kit=o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A-9a6VY&skey=2b960fe17823056f&v=v36);
}
[@archlinux tmp]$ curl 'https://fonts.gstatic.com/l/font?kit=o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A-9a6VY&skey=2b960fe17823056f&v=v36' | file -
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 14492    0 14492    0     0  17734      0 --:--:-- --:--:-- --:--:-- 17759
/dev/stdin: Embedded OpenType (EOT), Noto Sans family

@majodev EOT entries are still there.

@majodev majodev closed this as completed in 0fddfb8 Aug 8, 2024
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

No branches or pull requests

3 participants