tile display thing
the very part that makes something worth having is the part that gives you pain
if font is seriffed and if there are more than 4 lines characters give a 25% chance of dropcaps
.highlight:first-letter{
float: left;
line-height: 85%;
width: .7em;
font-size: 230%;
font-family: georgia;
}
style = ['bold', 'italic']
transform = ["none", "uppercase", "capitalize", "lowercase"]
font-variant = ["none", "small-caps"]