sass-site/source/assets/js/styleguide/typography.js
₍˄ุ.͡˳̫.˄ุ₎ 92f17202ec Lots of clean up.
2013-10-14 15:52:40 -04:00

6 lines
118 B
JavaScript

$(function(){
$("[class*='font-family']").each(function () {
$(this).html($(this).css('font-family'))
});
});