%brandon-700 { @include typekit-font(brandon, 700); }
The reason I think it might shrink the size of our styleheets is the way that @include vs. @extend works. If we had three declarations in SASS like so:
h2 {
@include typekit-font(brandon, 700);
}