[Geoserver-users] Chinese font-family in sld?

I want to know how many kinds of font-family are available in sld? What is
the default one?
I am from China, so labels in map are in Chinese.
First I set font-family like this, but the label only displayed in square
shapes
    
  <CssParameter name="font-family">Arial</CssParameter>
  <CssParameter name="font-size">10</CssParameter>
  <CssParameter name="font-weight">normal</CssParameter>
    
I thought the font-family I set was wrong, so I changed it as following
    
  <CssParameter name="font-size">10</CssParameter>
  <CssParameter name="font-weight">normal</CssParameter>
    
Now, it works. But there is another problem. The labels are fuzzy. I want it
as clear as google map. So is there any methods to make geoserver support
chinese font-family?
Please help me, Thank you
--
View this message in context: http://www.nabble.com/Chinese-font-family-in-sld--tp23539881p23539881.html
Sent from the GeoServer - User mailing list archive at Nabble.com.