Hello,
In official documentation https://developers.google.com/fonts/docs/getting_started#Subsets
I don't see the difference between :
http://fonts.googleapis.com/css?family=Philosopher&subset=cyrillic
and
http://fonts.googleapis.com/css?family=Philosopher&subset=latin,cyrillic
The both links include subsets cyrillic and latin
For my example I need to include 2 font with 2 different subset for example:
http://fonts.googleapis.com/css?family=Playfair+Display&subset=cyrillic|Aregular&subset=latin
Playfair Display with subset: cyrillic and Aregular with latin.
How to make this request?
Thanks.
Hello,
In official documentation https://developers.google.com/fonts/docs/getting_started#Subsets
I don't see the difference between :
http://fonts.googleapis.com/css?family=Philosopher&subset=cyrillic
and
http://fonts.googleapis.com/css?family=Philosopher&subset=latin,cyrillic
The both links include subsets cyrillic and latin
For my example I need to include 2 font with 2 different subset for example:
http://fonts.googleapis.com/css?family=Playfair+Display&subset=cyrillic|Aregular&subset=latin
Playfair Display with subset: cyrillic and Aregular with latin.
How to make this request?
Thanks.