diff --git a/.vscode/settings.json b/.vscode/settings.json index 17ccc88..1fc8d7a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,7 +2,7 @@ "editor.formatOnSave": true, "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.codeActionsOnSave": { - "source.fixAll.eslint": true, - "source.organizeImports": false + "source.fixAll.eslint": "explicit", + "source.organizeImports": "never" } } diff --git a/makerx-screenshot.png b/makerx-screenshot.png index 94ef9f1..1fdb567 100644 Binary files a/makerx-screenshot.png and b/makerx-screenshot.png differ diff --git a/public/favicon.ico b/public/favicon.ico deleted file mode 100644 index f3e0317..0000000 Binary files a/public/favicon.ico and /dev/null differ diff --git a/public/favicon.svg b/public/favicon.svg new file mode 100644 index 0000000..f60e599 --- /dev/null +++ b/public/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/index.html b/public/index.html index e4f0c1a..a09e773 100644 --- a/public/index.html +++ b/public/index.html @@ -2,7 +2,7 @@ - + { } = props; const styleObj = { color: 'black', - fontFamily: '"Segoe UI", Helvetica, Arial, sans-serif', + fontFamily: 'Helvetica, Arial, sans-serif', fontSize: '11pt', }; const titleOptional = title ? <> | {title} : null; diff --git a/src/Signature/Signature.js b/src/Signature/Signature.js index 41c7de9..d92321b 100644 --- a/src/Signature/Signature.js +++ b/src/Signature/Signature.js @@ -48,7 +48,7 @@ const Signature = (props) => { cellPadding="0" style={{ color: 'black', - fontFamily: '"Segoe UI", Helvetica, Arial, sans-serif', + fontFamily: 'Helvetica, Arial, sans-serif', fontSize: '11pt', width: '400px', }} @@ -83,7 +83,7 @@ const Signature = (props) => { cellPadding="0" style={{ color: 'black', - fontFamily: 'Arial, sans-serif', + fontFamily: 'Helvetica, Arial, sans-serif', fontSize: '11pt', margin: 0, padding: 0, @@ -161,9 +161,9 @@ const Signature = (props) => { }} > {brandLogo.alt} @@ -199,7 +199,7 @@ const Signature = (props) => {