>From what I read they are just web fonts which means their font css style sheets need to be loaded via a link tag and once they are loaded they are used as any other font would be using standard css font attributes. The Technical Considerations documentation, located at http://code.google.com/apis/webfonts/docs/technical_considerations.html, goes into some detail as to how the actual font style sheets are rendered which is browser dependent and only the browsers listed in this document, http://code.google.com/apis/webfonts/faq.html#Browsers_Supported, are supported.
Some of these fonts really look great and can really add some finesse to a page if applied with some restraint :). Another very cool service from Google provided to us struggling web developers... how cool is that? Now I am wondering if these fonts can be used via ClientBundles. Hmmm... Jeff On Fri, Jan 28, 2011 at 2:58 AM, Thomas Lefort <[email protected]>wrote: > Have you tried putting the link in your html file? > > Interesting anyway, I hadn't heard of it, looks great. I wonder what > is the trick (canvas elements?). > > On Jan 27, 10:02 pm, EMan <[email protected]> wrote: > > Has anyone successfully used this in a GWT project? > > > > http://code.google.com/apis/webfonts/docs/getting_started.html#Quick_... > > > > I tried to add these fonts to some uiBinder elements, but I can't get > > it to work. > > > > What is the best way to get the font css files to link up? > > > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- *Jeff Schwartz* -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
