GoogleChromeLabs / squoosh

Make images smaller using best-in-class codecs, right in the browser.
https://squoosh.app
Apache License 2.0
21.6k stars 1.52k forks source link

Homepage text logo uses deprecated svg font #895

Closed floogulinc closed 3 years ago

floogulinc commented 3 years ago

The logo with text (https://github.com/GoogleChromeLabs/squoosh/blob/dev/src/shared/prerendered-app/Intro/imgs/logo-with-text.svg) uses the svg <font> tag to define the GoogleSans-Bold font for the "squoosh" text.

This feature is deprecated/obsolete and unsupported in most browsers, leading to inconsistent display of the logo:

Chrome Windows Chrome macOS Safari macOS Chrome Android
image image image image

This text should be converted into paths to be consistent across devices.

jakearchibald commented 3 years ago

I'm not seeing the failure you're seeing in macOS. What version of Chrome are you using?

jakearchibald commented 3 years ago

I see the issue in Firefox though. Will fix. Thanks.