Yea.
Or run the JS program on your page: var style = document.createElement("style"); style.type = "text/css"; var head = document.head; head.appendChild(style); style.sheet.insertRule("* { font-family: 'MarkerFelt-Wide', cursive !important; }"); completion(true);