forked from AuroraMiddleware/gtk
e567f23bcd
This test was using the engine property, which has been deprecated and thus generates an error now. Instead, use the font property.
9 lines
162 B
CSS
9 lines
162 B
CSS
* {
|
|
font-family: "definitelydoesnotexist";
|
|
font-size: initial;
|
|
font-stretch: normal;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
font-weight: normal;
|
|
}
|