forked from AuroraMiddleware/gtk
d081b309d5
These tests exercise many allowed ways to specify various properties.
20 lines
159 B
CSS
20 lines
159 B
CSS
a {
|
|
font-variant: initial;
|
|
}
|
|
|
|
b {
|
|
font-variant: inherit;
|
|
}
|
|
|
|
c {
|
|
font-variant: unset;
|
|
}
|
|
|
|
d {
|
|
font-variant: normal;
|
|
}
|
|
|
|
e {
|
|
font-variant: small-caps;
|
|
}
|