fix css in AccountUtil.ts

master
Matthew 2024-01-06 19:06:53 -05:00
parent 3d930792fe
commit 60683688ce
Signed by: matthew
SSH Key Fingerprint: SHA256:piIXekA9q1p0ZGi4ogFbNY1embip5Ytbi3v8AZ8UYq4
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ export default class AccountUtil {
subject: 'Approval for CS Account',
html: `
<body>
<style>* {font-family: 'Calibri';}</style>
<style>* {font-family: 'Calibri',sans-serif;}</style>
<h1>Library of Code | Cloud Services</h1>
<h2>Congratulations, your CS Account application has been approved. Welcome! Please see below for some details regarding your account and our services</h2>
<p><b>Username:</b> ${data.username}</p>