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 78b561c commit b4ce91aCopy full SHA for b4ce91a
server.js
@@ -17,8 +17,8 @@ var port = 3030;
17
// To unload a font (and free up space for another):
18
// bwipjs.unloadFont(fontname)
19
//
20
-bwipjs.loadFont('Inconsolata', 108,
21
- fs.readFileSync(path.resolve(__dirname, 'fonts/Inconsolata.otf'), 'binary'));
+//bwipjs.loadFont('Inconsolata', 108,
+// fs.readFileSync(path.resolve(__dirname, 'fonts/Inconsolata.otf'), 'binary'));
22
23
http.createServer(function(req, res) {
24
// If the url does not begin /?bcid= then 404. Otherwise, we end up
0 commit comments