I'm trying to figure out why this isn't working:
$(document).ready(function() {
if (fontPreference === "MavenPro") {
$("*").css('font-family', '"Maven Pro" !important');
}
});
I have the necessary stylesheet that holds the font... am I missing something?