diff --git a/mccs-it/thermal/modules/Thermal.js b/mccs-it/thermal/modules/Thermal.js index 81b8267..6217c78 100644 --- a/mccs-it/thermal/modules/Thermal.js +++ b/mccs-it/thermal/modules/Thermal.js @@ -24,11 +24,11 @@ module.exports = { // Create the output text return [ { font: 'public/Outfit-Regular.ttf', text: `Username:` }, - { font: 'public/RobotoMono-Regular.ttf', text: `${username}\n` }, + { font: 'public/RobotoMono-SemiBold.ttf', text: `${username}\n` }, { font: 'public/Outfit-Regular.ttf', text: 'Email:' }, - { font: 'public/RobotoMono-Regular.ttf', text: `${username}@kvcc.me.edu\n` }, + { font: 'public/RobotoMono-SemiBold.ttf', text: `${username}@kvcc.me.edu\n` }, { font: 'public/Outfit-Regular.ttf', text: `Student ID:` }, - { font: 'public/RobotoMono-Regular.ttf', text: `${studentId}\n` }, + { font: 'public/RobotoMono-SemiBold.ttf', text: `${studentId}\n` }, { font: 'public/Outfit-Regular.ttf', text: 'Note: the MyKV Portal uses your username to sign in, not email.' }, ] }, diff --git a/mccs-it/thermal/public/RobotoMono-Bold.ttf b/mccs-it/thermal/public/RobotoMono-Bold.ttf new file mode 100644 index 0000000..d884128 Binary files /dev/null and b/mccs-it/thermal/public/RobotoMono-Bold.ttf differ diff --git a/mccs-it/thermal/public/RobotoMono-SemiBold.ttf b/mccs-it/thermal/public/RobotoMono-SemiBold.ttf new file mode 100644 index 0000000..82ddc82 Binary files /dev/null and b/mccs-it/thermal/public/RobotoMono-SemiBold.ttf differ