Hello,
I am facing a rather silly problem. I cant seem to set the body fonts from
my application css file.
I have included it in the app-gwt.xml module file in the stylesheet tag, but
my font stays to Arial.
My app.css file has the following:
body {
margin: 0px;
padding: 0;
background: #EDE7DB ;
text-align: justify;
font-family: Tahoma, Helvetica, sans-serif;
font-size: 20px;
color: #696969;
}
the font color is changing across the page, but not the font. Do i have to
set the font every html text i am styling?
Please help!!
Thanks a lot in advance.
Subhro.
--
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.