使用 font face載入字型

2021-09-06 21:46:01 字數 368 閱讀 7873

使頁面顯示電腦沒有的字型:

2.定義字型

@font-face
3.引用字型

.div_wenzi
瀏覽器支援:

firefox、chrome、safari 以及 opera 支援 .ttf (true type fonts) 和 .otf (opentype fonts) 型別的字型。

internet explorer 9+ 支援新的 @font-face 規則,但是僅支援 .eot 型別的字型 (embedded opentype)。

注釋:internet explorer 8 以及更早的版本不支援新的 @font-face 規則。

字型 font face使用方法

字型 font face font face使用方法 font face 屬性值 font family 設定文字的字型名稱 font style 設定文字的樣式 屬性值 normal預設值 italic斜體 oblique傾斜體 inherit從父元素繼承 font variant 設定文字是否大...

使用 font face定義web字型

font facefont family name 必需的。定義字型的名稱。srcurl font style normal italic oblique 可選。定義該字型應該是怎樣樣式。預設值是 正常 font weight normal bold 100200 300400 500600 700...

font face使用自己的字型

font face使用自己的字型 瀏覽器支援 firefox chrome safari 以及 opera 支援 ttf true type fonts 和 otf opentype fonts 型別的字型。internet explorer 9 支援新的 font face 規則,但是僅支援 eo...