Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements: More constants that can be changed globally, removed typos #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MKesenheimer
Copy link

Details

  • More constants that can be changed globally
  • removed one typos

@@ -189,7 +192,7 @@ async function redact(message: any) {
data:text/html;charset=utf-8, \
<HTML/> \
<body style=\"padding: 8px 0px 0px 8px; background-color:white;\"> \
<span style=\"padding 0px 0px 0px 0px; font-weight: normal; line-spacing: 0px; word-spacing: 0px; white-space: pre; margin: 0; font-size: 32px; font-family:'Arial'\">XYZXYZ</span><span style=\"padding 0px 0px 0px 0px; margin: 0; color: blue; font-size: 32px; font-family:'Arial'\">█</span> \
<span style=\"padding 0px 0px 0px 0px; font-weight: normal; line-spacing: 0px; word-spacing: 0px; letter-spacing: " + letterSpacing + "; white-space: pre; margin: 0; font-size: " + fontSize + "px; font-family:'Arial'\">XYZXYZ</span><span style=\"padding 0px 0px 0px 0px; margin: 0; color: blue; font-size: " + fontSize + "px; font-family:'" + font + "'\">█</span> \

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line still explicitly defines "Arial" as the font family.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants