1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<!DOCTYPE html> <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> <style> div { border: 1px solid; font-family: Ahem; font-size: 10px; text-indent: 5ch; width: 10ch; } </style> <div> 01<br> 34 6 89<br> 12 3 56 </div>