'use strict'; const path = require('path'); module.exports = { font: { // i.e. Verdana.ttf in the root of the project. path: path.join(__dirname, '..', 'Verdana.ttf'), }, };