Contoh
Mengatur gaya font yang berbeda untuk tiga paragraf:
p.normal {
font-style: normal;
}
p.italic {
font-style: italic;
}
p.oblique {
font-style: oblique;
}
Cobalah sendiri " Definisi dan Penggunaan
Properti font-style menentukan gaya font untuk teks.
nilai default: | normal |
---|---|
mewarisi: | yes |
animatable: | no. Read about animatable |
Versi: | CSS1 |
sintaks JavaScript: | object .style.fontStyle="italic" Try it |
Dukungan Browser
Angka-angka dalam tabel menentukan versi browser pertama yang sepenuhnya mendukung properti.
Milik | |||||
---|---|---|---|---|---|
font-style | 1.0 | 4.0 | 1.0 | 1.0 | 7.0 |
CSS Syntax
font-style: normal|italic|oblique|initial|inherit;
Nilai properti
Nilai | Deskripsi | Mainkan |
---|---|---|
normal | Browser menampilkan gaya font normal. Ini adalah default | Mainkan " |
italic | Browser menampilkan gaya font italic | Mainkan " |
oblique | Browser menampilkan gaya font miring | Mainkan " |
initial | Set properti ini ke nilai default. Baca tentang awal | Mainkan " |
inherit | Mewarisi properti ini dari elemen induknya. Baca tentang mewarisi |
Pages terkait
CSS tutorial: CSS Font
Referensi CSS: font property
Referensi HTML DOM: fontStyle property