We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fec709 commit 8c182cbCopy full SHA for 8c182cb
src/canvas.js
@@ -494,7 +494,7 @@ var CanvasGraphics = (function canvasGraphics() {
494
var fontHeight = text.geom.vScale * fontSize;
495
496
div.style.fontSize = fontHeight + 'px';
497
- div.style.fontFamily = this.current.font.loadedName || 'serif';
+ div.style.fontFamily = this.current.font.loadedName || 'sans-serif';
498
div.style.left = text.geom.x + 'px';
499
div.style.top = (text.geom.y - fontHeight) + 'px';
500
div.innerHTML = text.str;
0 commit comments