/*
* @title monappoize
* @description AA-font to monapo
* @include http://*
* @license MIT License
* @require
*/
Array.prototype.slice.call(document.querySelectorAll('.ascii-art')).forEach(function (aa) {
aa.style.fontFamily = 'monapo';
});