I\'d like to target all h tags on a page. I know you can do it this way...
h1, h2, h3, h4, h5, h6 { font: 32px/42px trajan-pro-1,trajan-pro-2; }
SCSS+Compass makes this a snap, since we're talking about pre-processors.
#{headings(1,5)} { //definitions }
You can learn about all the Compass helper selectors here: