Skip to content

Commit b4ce91a

Browse files
committed
Commented out the example font load - it should never have been active in the
first place...
1 parent 78b561c commit b4ce91a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ var port = 3030;
1717
// To unload a font (and free up space for another):
1818
// bwipjs.unloadFont(fontname)
1919
//
20-
bwipjs.loadFont('Inconsolata', 108,
21-
fs.readFileSync(path.resolve(__dirname, 'fonts/Inconsolata.otf'), 'binary'));
20+
//bwipjs.loadFont('Inconsolata', 108,
21+
// fs.readFileSync(path.resolve(__dirname, 'fonts/Inconsolata.otf'), 'binary'));
2222

2323
http.createServer(function(req, res) {
2424
// If the url does not begin /?bcid= then 404. Otherwise, we end up

0 commit comments

Comments
 (0)