ragnar123 / googlefontdirectory

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

Why Google font used in site is missing from list of fonts provided by Google api #287

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Font that's used in old page "http://themonki.com/"

Font used : 
http://fonts.googleapis.com/css?family=OFL+Sorts+Mill+Goudy+TT:regular,italic

This should be returned by API but the following Google api doesn't have this 
font

https://www.googleapis.com/webfonts/v1/webfonts?key=AIzaSyDm9oFA-RJath7rqMdSb9VD
QSvpVHALhXg

Why is that this Google font used in site "http://themonki.com/" is missing 
from "http://www.google.com/fonts"

Original issue reported on code.google.com by ros...@uba-solutions.com on 24 Jan 2014 at 8:09

GoogleCodeExporter commented 8 years ago
Please use 

<link 
href='http://fonts.googleapis.com/css?family=Sorts+Mill+Goudy:400,400italic' 
rel='stylesheet' type='text/css'>

Original comment by dcrossland@google.com on 24 Jan 2014 at 1:12