aslanunal / googlefontdirectory

Automatically exported from code.google.com/p/googlefontdirectory
0 stars 0 forks source link

OSWALD font doesn't have extended chars (ČĆŽŠ) #164

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Check the autogenerated .css for the Google font request (OSWALD)

What is the expected output? What do you see instead?
Yesterday, it was showing the missing chars. Now it grabs the default font for 
ĆČŽŠ entries. 

What version of the product are you using? On what operating system?
Mac OS, the same on all browsers (FF, Safari, Chrome)

Please provide any additional information below.
@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 400;
    src: local("Oswald"), url("http://themes.googleusercontent.com/static/fonts/oswald/v6/qpy-UiLNKP-VfOdbcs6r6-vvDin1pK8aKteLpeZ5c0A.woff") format("woff");
}

Original issue reported on code.google.com by bozidar....@gmail.com on 26 Sep 2012 at 10:37

GoogleCodeExporter commented 8 years ago
Oswald's latin subset previously included characters that belong in the 
latin-ext subset. To use this subset, please use the Google Web Fonts API as 
follows:

<link 
href='http://fonts.googleapis.com/css?family=Oswald&subset=latin,latin-ext'
rel='stylesheet' type='text/css'>

Original comment by dcrossland@google.com on 26 Sep 2012 at 4:58

GoogleCodeExporter commented 8 years ago
Thank you!

Original comment by bozidar....@gmail.com on 26 Sep 2012 at 7:04