forked from AuroraMiddleware/gtk
7037ff8f3d
This tests that listing multiple font families in the css font-family property works as expected.
4 lines
39 B
CSS
4 lines
39 B
CSS
* {
|
|
font-family: nonexisting,Sans;
|
|
}
|