7

I have just noticed Google Fonts stopped serving their fonts in tff. Instead they do in woff2. Woff2 is not supported on iOS. And my layout gets all funny because of it.

Is there any way I can request the fonts in tff instead of woff2?

Thank you

Limon Monte
  • 52,539
  • 45
  • 182
  • 213
Nikk
  • 7,384
  • 8
  • 44
  • 90
  • Google Fonts have always been set in their ways, I remember there used to be issues with Google Chrome for year(s) because they were serving a sub-par format due to text rendering quirks and had refused to change their user-agent specific delivery to handle chrome better, despite protests by a group of web devs. I recommend downloading the webfonts manually from Google Fonts and self-hosting as the most straightforward solution. – Nexii Malthus Jan 31 '15 at 00:53
  • @NexiiMalthus So there is no way to request a tff format? – Nikk Jan 31 '15 at 02:06
  • You would want to use woff which is supported across all major browsers, including ios. – Robert Baker Aug 26 '15 at 23:06
  • 1
    One of my apps uses a font that Google Web Fonts only gave me in .woff2, but I was able to find a .ttf version of it here: https://github.com/google/fonts/tree/master/ofl From what @Robert said, it sounds like using .ttf may be inadvisable – I can't comment on that – but FYI. – Sarah Jan 27 '16 at 19:37

1 Answers1

5

You have to download the font using different browsers and watching the web inspector, thats because google detects which font type needs your browser.

Christian
  • 51
  • 1
  • 2