Learning_GTK4_tree/testsuite/css/parser/font-style.css

24 lines
175 B
CSS
Raw Normal View History

2023-12-12 11:36:42 +01:00
a {
font-style: initial;
}
b {
font-style: inherit;
}
c {
font-style: unset;
}
d {
font-style: normal;
}
e {
font-style: oblique;
}
f {
font-style: italic;
}