google / fonts

Font files available from Google Fonts, and a public issue tracker for all things Google Fonts
https://fonts.google.com
18.21k stars 2.62k forks source link

Playfair Display woff2 #374

Closed sasoriza closed 8 years ago

sasoriza commented 8 years ago

I am loading these fonts on my page:

https://fonts.googleapis.com/css?family=Raleway:700,900%7CPlayfair+Display:400italic%7COpen+Sans:300,400,600%7CAbril+Fatface

For some reason there is a second request happening for the Playfair Display font:

https://fonts.gstatic.com/s/playfairdisplay/v10/9MkijrV-dEJ0-_NWV7E6NwXiAI3F8adTt8b-_w2WoPM.woff2

Can anybody explain why a woff2 file is requested for that font?

davelab6 commented 8 years ago

Which browsers are you testing with?

It could be there are several fonts split using "unicode-range" :)

sasoriza commented 8 years ago

I tested this with Firefox and Chrome.

If this is the case, is there any way to fix this?

davelab6 commented 8 years ago

On 13 September 2016 at 12:28, sasoriza notifications@github.com wrote:

is there any way to fix this? unicode-range is new, so there's nothing to fix :) Please could you tell me more about your concern? :)

sasoriza commented 8 years ago

Please could you tell me more about your concern? :)

Any additional request that can be avoided is of concern to me ;) The question is - can it be? I am not too familiar with unicode range, I though it is only used with @font-face...

davelab6 commented 8 years ago

Oh I think it is returning the 400 style in addition to the 400i style you are requesting.