diff --git a/mccs-it/thermal/modules/Thermal.js b/mccs-it/thermal/modules/Thermal.js index 7760af2..5a1dd59 100644 --- a/mccs-it/thermal/modules/Thermal.js +++ b/mccs-it/thermal/modules/Thermal.js @@ -36,10 +36,11 @@ module.exports = { // Create the output text return [ { font: 'public/Outfit-Regular.ttf', text: 'Kennebec Valley Community College is migrating email domains from @kvcc.me.edu to @mainecc.edu.\n' }, - { font: 'public/Outfit-Regular.ttf', text: `For support with this transition, please contact:\n${mccContractor.name}` }, - { font: 'public/Outfit-Regular.ttf', text: `${mccContractor.phone}` }, - { font: 'public/Outfit-Regular.ttf', text: `${mccContractor.email}` }, - { font: 'public/Outfit-Regular.ttf', text: `${mccContractor.site}\n` } + { font: 'public/Outfit-Regular.ttf', text: `For support with this transition, please contact:` } + { font: 'public/RobotoMono-SemiBold.ttf', text: `${mccContractor.name}` }, + { font: 'public/RobotoMono-SemiBold.ttf', text: `${mccContractor.phone}` }, + { font: 'public/RobotoMono-SemiBold.ttf', text: `${mccContractor.email}` }, + { font: 'public/RobotoMono-SemiBold.ttf', text: `${mccContractor.site}\n` } ]; }, tempPassword(password) {