
因為系統自帶的字體樣式很少,而且多數不好看,所以有了引入外部藝術字體的想法。
(影片教學推薦:css影片教學)
方法如下:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | .shopName {
font-family:fusanghu;
font-style: oblique;
font-size: 29px;
font-weight: 900;
color: brown;
}
@font-face {
font-family: fusanghua;
src: url('font/扶桑花期.ttf');
}
|
登入後複製
相關推薦:CSS教學
以上是css怎麼使用外在藝術字的詳細內容。更多資訊請關注PHP中文網其他相關文章!