mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
24 lines
175 B
CSS
24 lines
175 B
CSS
|
a {
|
||
|
font-style: initial;
|
||
|
}
|
||
|
|
||
|
b {
|
||
|
font-style: inherit;
|
||
|
}
|
||
|
|
||
|
c {
|
||
|
font-style: unset;
|
||
|
}
|
||
|
|
||
|
d {
|
||
|
font-style: normal;
|
||
|
}
|
||
|
|
||
|
e {
|
||
|
font-style: oblique;
|
||
|
}
|
||
|
|
||
|
f {
|
||
|
font-style: italic;
|
||
|
}
|