// testbed and examples of PPGEN commands .dt Example Font-Family CSS, by Barry Abrahamsen // Using font-family in CSS .de body {width:80%; margin:auto;} // There are a few ways to use CSS to select a typeface. // 1) attach CSS to an HTML tag (h1, h2, body, etc.) // 2) attach CSS to a // 3) attach CSS to a .dv .de .blackletter {font-family: "Lucida Blackletter", serif;} .de h1 {font-family: "Old English Text MT" } .de h2 {font-family: "Arial Black", serif;} .de h3 {font-family: "Courier New", sans-serif;} .de body {font-family: Papyrus } // Not all browsers will recognize all font-family names, // even if you have them on your system. Some browsers // are better at this than others. .h1 H1 (Old English Text MT) font-family Examples Document .h2 H2 (Arial Black) Chapter 1: The Beginning. .h3 H3 (Courier New) Section 1: Dirt. SPAN (Lucida Blackletter) found. BODY (Papyrus) The greatest length of the county from Moorwinstow to the Land’s End, is nearly 90 miles; but its greatest breadth from Moorwinstow on the north, to Ram Head on the south, does not exceed 43 miles, and diminishes gradually till it is only, from Mount’s Bay to St. Ives, little more than seven miles. Its form, therefore, nearly resembles a horn, or as some historians term it, a cornucopia.—The surface of the county being extremely difficult to compute, owing to the many promontories and juttings on the coast, is stated at about 210 miles, containing 758,484 acres, but is supposed to have been much larger in former times. .dv class=blackletter DIV (Lucida Blackletter) Cornwall is the most western county in England, and is almost wholly surrounded by the sea, excepting the eastern side, which is partly separated from Devonshire by the Tamar river. .dv-