blob: 55ae604a48a0db53be9b3900feba2b962898fd7d (
plain)
1
2
3
4
5
6
7
8
|
/* Source: http://test.csswg.org/suites/css2.1/20110323/html4/font-family-name-003.htm */
body { font-size: 36px; }
span#verify { font-family: CSSTest Verify; }
p {
font-family: cssTest familyName, CSSTest Fallback;
}
|