There have been a few posts here and on StackOverflow, but I've still
got an issue with using Google Web fonts in my GWT app.
In my module .gwt.xml file I have
http://fonts.googleapis.com/css?
family=Roboto:regular,medium,thin,italic,mediumitalic" />
I have in my CSS file
b
Yes adding it into the main HTML file seems to work now for me.
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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to
I got it working with my GWT app by just putting the link into the
HTML file (that includes the GWT JS) and using the font as you would
use any font (like verdana) in your CSS file. No @font-face required.
--
Arthur Kalmenson
On Fri, Jan 28, 2011 at 9:48 AM, Jeff Schwartz wrote:
>
>
> 2011/1/2
2011/1/28 Jaroslav Záruba
> No trick apparently, @font-face.
Yup, I believe you are right :)
>
> Too bad the fonts (quite predictably) miss many characters and there's no
> way to complete them. I'd participate glady.
>
> --
> You received this message because you are subscribed to the Google
...and then you read
On Friday, January 28, 2011 3:26:26 PM UTC+1, Jeff wrote:
>
> Another very cool service from Google provided to us struggling web
> developers... how cool is that?
>
+1
...and then you read those drama queens on Engadget crying that Google has
added ads to GMail UI or cease
No trick apparently, @font-face.
Too bad the fonts (quite predictably) miss many characters and there's no
way to complete them. I'd participate glady.
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to
>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
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 wrote:
> Has anyone successfully used this in a GWT project?
>
> http://code.google.com/apis/webfonts/docs/getting_st
Has anyone successfully used this in a GWT project?
http://code.google.com/apis/webfonts/docs/getting_started.html#Quick_Start
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 t