wordbird.cn
New Member
I am getting a html from a server. I want it to have the Helvetica font. I wrote a css to do this.\[code\]_body = "<html><head><style>@font-face {font-family: 'HelveticaNeue_Thin';src: url('file:///android_asset/HelveticaNeue_Thin.ttf');}body {font-family: 'HelveticaNeue_Thin';color:black;text-align:left;font-size:17px;}</style></head><body>" +HTML+ "</body></html>";\[/code\]It is working, but the bold font in the html is not respected anymore in my css. why?