Index:The Voice of the City (1908).djvu/styles.css

From Wikisource
Jump to navigation Jump to search
/* Chapter headings are normal sized capitals */
.wst-heading {
	font-size: 100%;
	font-weight: bold;
}

/* As are subheadings */
.wst-subheading {
	font-size: 100%;
	font-weight: bold;
}

/* Large initials are 1.5 x larger */
.wst-largeinitial {
	font-size: 150%;
}

/* Poems set out in fine font size and a more modest line height. */
.ws-poem {
	font-size: 92%;
	line-height: 1.4;
}