Skip to content

Commit 3538bf7

Browse files
Update font-faces.js (#3011)
Co-authored-by: Lukas Holländer <[email protected]>
1 parent 314f058 commit 3538bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/js/font-faces.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const doc = new jsPDF();
1+
var doc = new jsPDF();
22

33
doc.text("This is the default font.", 20, 20);
44

0 commit comments

Comments
 (0)