在 CSS 中匯入字型:綜合解決方案
在 CSS 中匯入字型:綜合解決方案
@font-face {
font-family: EntezareZohoor2;
src: url(Entezar2.ttf) format("truetype");
}
.EntezarFont {
font-family: EntezareZohoor2, B Nazanin, Tahoma !important;
}
@font-face {
字體系列:EntezareZohoor2;
src: url(Entezar2.ttf) 格式("truetype");
}
.EntezarFont {
字型系列:EntezareZohoor2、B Nazanin、Tahoma!重要;
}@font-face {
font-family: 'EntezareZohoor2';
src: url('fonts/EntezareZohoor2.eot'), url('fonts/EntezareZohoor2.ttf') format('truetype'), url('fonts/EntezareZohoor2.svg') format('svg');
font-weight: normal;
font-style: normal;
}
#newfont {
font-family: 'EntezareZohoor2';
}
@font-face {
字體系列:'EntezareZohoor2';
src: url('fonts/EntezareZohoor2.eot'), url('fonts/EntezareZohoor2.ttf') format('truetype'), url('fonts/EntezareZohoor2.svg') format('svg');
字體粗細:正常;
字體樣式:正常;
}
#新字體{
字體系列:'EntezareZohoor2';
}font-weight 和font-style:定義字體粗細和樣式的可選屬性。
此外,newfont 元素被定義為使用 'EntezareZohoor2' 字體設定其 font-family 屬性。透過遵循這些準則,使用者可以有效地在 CSS 中匯入字體並確保在客戶端電腦上正確顯示。
免責聲明: 提供的所有資源部分來自互聯網,如果有侵犯您的版權或其他權益,請說明詳細緣由並提供版權或權益證明然後發到郵箱:[email protected] 我們會在第一時間內為您處理。
Copyright© 2022 湘ICP备2022001581号-3