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