We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
[@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.
0fddfb8
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: