?
This commit is contained in:
parent
73a0d5a1be
commit
b80b6ec918
@ -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.' },
|
||||
]
|
||||
},
|
||||
|
BIN
mccs-it/thermal/public/RobotoMono-Bold.ttf
Normal file
BIN
mccs-it/thermal/public/RobotoMono-Bold.ttf
Normal file
Binary file not shown.
BIN
mccs-it/thermal/public/RobotoMono-SemiBold.ttf
Normal file
BIN
mccs-it/thermal/public/RobotoMono-SemiBold.ttf
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user