@ -145,6 +145,6 @@ BI._.extend(BI, {
document.body.appendChild(el);
const size = getComputedStyle(el).fontSize;
el.remove();
return size;
return parseInt(size);
}
});