Advanced Font Stretcher Techniques

Welcome to the advanced font stretching techniques tutorial. In this section, we'll cover some of the more... interesting ways to manipulate font sizes in your design.

				.example {
				 font-size: 24px; 
				 line-height: 32px; 
				}
			

This code example demonstrates the use of the line-height property to create a font with a larger x-height.

Next: Using transform: scale for Font Stretching