@@ -3,43 +3,43 @@ exports[`cli.js > creates PDF with correct info using complex input, default fil
33 "contents": [
44 {
55 "color": "#212529",
6- "font": "AAAAAA+FunnelDisplay-Light ",
6+ "font": "AAAAAA+FunnelDisplayLight ",
77 "size": 40,
88 "text": "Document Title",
99 "type": "TEXT"
1010 },
1111 {
1212 "color": "#495057",
13- "font": "BAAAAA+FunnelDisplay-Light ",
13+ "font": "BAAAAA+FunnelDisplayLight ",
1414 "size": 24,
1515 "text": "This is a test document for testing PDF Made Easy.",
1616 "type": "TEXT"
1717 },
1818 {
1919 "color": "#212529",
20- "font": "CAAAAA+FunnelDisplay-Light ",
20+ "font": "CAAAAA+FunnelDisplayLight ",
2121 "size": 32,
2222 "text": "Photo by ",
2323 "type": "TEXT"
2424 },
2525 {
2626 "color": "#3c096c",
27- "font": "CAAAAA+FunnelDisplay-Light ",
27+ "font": "CAAAAA+FunnelDisplayLight ",
2828 "size": 32,
2929 "text": "Sixteen Miles Out",
3030 "type": "LINK",
3131 "url": "https://unsplash.com/@sixteenmilesout"
3232 },
3333 {
3434 "color": "#212529",
35- "font": "CAAAAA+FunnelDisplay-Light ",
35+ "font": "CAAAAA+FunnelDisplayLight ",
3636 "size": 32,
3737 "text": " on ",
3838 "type": "TEXT"
3939 },
4040 {
4141 "color": "#3c096c",
42- "font": "CAAAAA+FunnelDisplay-Light ",
42+ "font": "CAAAAA+FunnelDisplayLight ",
4343 "size": 32,
4444 "text": "Unsplash",
4545 "type": "LINK",
@@ -55,7 +55,6 @@ exports[`cli.js > creates PDF with correct info using complex input, default fil
5555 ],
5656 "metadata": {
5757 "language": "en",
58- "length": 48152,
5958 "title": "Document Title"
6059 }
6160}
0 commit comments