mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 02:40:11 +00:00
d081b309d5
These tests exercise many allowed ways to specify various properties.
48 lines
426 B
CSS
48 lines
426 B
CSS
a {
|
|
font-stretch: initial;
|
|
}
|
|
|
|
b {
|
|
font-stretch: inherit;
|
|
}
|
|
|
|
c {
|
|
font-stretch: unset;
|
|
}
|
|
|
|
d {
|
|
font-stretch: ultra-condensed;
|
|
}
|
|
|
|
e {
|
|
font-stretch: extra-condensed;
|
|
}
|
|
|
|
f {
|
|
font-stretch: condensed;
|
|
}
|
|
|
|
g {
|
|
font-stretch: semi-condensed;
|
|
}
|
|
|
|
h {
|
|
font-stretch: normal;
|
|
}
|
|
|
|
i {
|
|
font-stretch: semi-expanded;
|
|
}
|
|
|
|
j {
|
|
font-stretch: expanded;
|
|
}
|
|
|
|
k {
|
|
font-stretch: extra-expanded;
|
|
}
|
|
|
|
l {
|
|
font-stretch: ultra-expanded;
|
|
}
|