开发者

Blogger and unicode?

开发者 https://www.devze.com 2022-12-16 07:08 出处:网络
I have two questions Can this code be added to blogger? Can this code embed unicode fonts? and if can, please tell me the link how t开发者_JAVA百科o do it.

I have two questions

  1. Can this code be added to blogger?
  2. Can this code embed unicode fonts? and if can, please tell me the link how t开发者_JAVA百科o do it.


I can't see your code Kotaro ,

but any code can added to blogger and and by default embedding font in web is not available . but you can use CSS 3.0 to force user to use from the font you like, this css property is font-url

and you can use it as any other css property like

  <div style="direction:ltr;text-align:left;font-size:small;font-url:('../resources/fonts/YourFont.ttf');"> you code </div>

just note that this CSS property just available at css 3.0 and now just Firefox 3.5 supports it so I recommand you Ignore it for now,

if you want to show a speciall text just use from a font that you know your users have it, like (Arial , Tahoma , Verdana ) for windows usres

for code you can use these software

1- copysourceashtml http://copysourceashtml.codeplex.com/

that is a opensource software

copysourceashtml http://i3.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=copysourceashtml&DownloadId=78099

2- Postable http://vahid.nasiri.googlepages.com/postable.rar

Blogger and unicode?

0

精彩评论

暂无评论...
验证码 换一张
取 消