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

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