summaryrefslogtreecommitdiff
path: root/download/build.js
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-12-10 12:01:31 -0500
committermattkae <mattkae@protonmail.com>2022-12-10 12:01:31 -0500
commit2cdc62447a7ac97b22214dcc00be05b55be46715 (patch)
tree1b87e17c6f67fe6498437acf050af97420312f6d /download/build.js
parent0d4604ddd641b2853756f58afefee69abb074212 (diff)
Updated resume to contain proper stylings on download
Diffstat (limited to 'download/build.js')
-rw-r--r--download/build.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/download/build.js b/download/build.js
index baef284..39c79cc 100644
--- a/download/build.js
+++ b/download/build.js
@@ -20,6 +20,7 @@ const newHeader = `
<meta charset="UTF-8" />
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js?11.2"></script>
<script>window.onload = function () { twemoji.parse(document.body);}</script>
+ <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,300" rel="stylesheet" type="text/css">
<style>
${resumeCss}
${resumeDlCss}