Friday, March 30, 2012

ฝัง font ลงไป html ด้วย css

ฝัง font ลงไป html ด้วย css; how to use the specific font in HTML and CSS

@font-face {
  font-family: "Kimberley";
  src: url(http://www.princexml.com/fonts/larabie/kimberle.ttf) format("truetype");
}
h1 { font-family: "Kimberley", sans-serif }


http://www.alistapart.com/articles/cssatten

No comments: