summaryrefslogtreecommitdiffstats
path: root/theme-compiler/tests/resources/w3ctests/scss/font-family-name-017.0.scss
blob: ea2b2110b02aa79a1b2fc737cd04b31df4d4a895 (plain)
1
2
3
4
5
6
7
8
9
/* Source: http://test.csswg.org/suites/css2.1/20110323/html4/font-family-name-017.htm */

            body { font-size: 36px; }
            span#verify { font-family: CSSTest Verify; }
            body { font-family: CSSTest Fallback; }
            p, div {
                font-family: CSSTest Unknown;
            }