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

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