在 CSS 裡自訂向量字型
10 月 03
CSS 技巧 No Comments / 4,122 views
Here is a simple example of how to use web fonts :
@font-face { font-family: "Kimberley"; src: url(http://www.princexml.com/fonts/larabie/kimberle.ttf) format("truetype"); } h1 { font-family: "Kimberley", sans-serif }