For my section headings, I like the look of using shorter numbers (they detract less from the section title), and get by with using the \smaller command. However, they are a smaller font size so skinnier as well, which looks a bit strange. I'm not requesting old-style numbers (hang below baseline). Any ideas on how I could achieve this? Perhaps vertically shrink text?
Edit:
Perhaps one solution is to use scalebox (top) vs. smaller (bottom)
\scalebox{1}[0.8]{1} Intro\\
{\smaller 1} Intro\\

