Skip to content

Commit

Permalink
Changed default font to Arial
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-bishopfox committed Feb 17, 2022
1 parent 37eaf06 commit 66ce299
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified secret.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,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:'Sans-Serif'\">XYZXYZ</span><span style=\"padding 0px 0px 0px 0px; margin: 0; color: blue; font-size: 32px; font-family:'Sans-Serif'\">█</span> \
<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> \
</body> \
</HTML> \
"
Expand Down
2 changes: 1 addition & 1 deletion test.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<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:'Sans-Serif'">Put your sample text here</span><span style="padding 0px 0px 0px 0px; margin: 0; color: blue; font-size: 32px; font-family:'Sans-Serif'"></span>
<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'">a</span><span style="padding 0px 0px 0px 0px; margin: 0; color: blue; font-size: 32px; font-family:'Arial'"></span>
</body>
</HTML>

0 comments on commit 66ce299

Please sign in to comment.