Georgia Font Face Number Line-Height Variations

by J. Albert Bowden

HTML

<h1 class="reg">PINECREST, FL 33156  Price
$ 2,299,000</h1>
<h1 class="uppercase reg">PINECREST, FL 33156  Price
$ 2,299,000</h1>
<h1 class="sm reg">PINECREST, FL 33156  Price
$ 2,299,000</h1>
<h1 class="uppercase sm reg">PINECREST, FL 33156  Price
$ 2,299,000</h1>

CSS

.reg{font-family:Georgia, serif}
.uppercase{text-transform:uppercase}
.sm{font-variant:small-caps}