diff --git a/app/src/routes/+page.svelte b/app/src/routes/+page.svelte index 66a2ea5..240acd2 100644 --- a/app/src/routes/+page.svelte +++ b/app/src/routes/+page.svelte @@ -53,16 +53,18 @@ - Here are some of my socials: + Here are some links if you want to get in contact with me: - If you want to contact me directly, send me an email: - Or you can add me on XMPP: ngn@chat.ngn.tf +
+ And lastly my PGP key is: +
@@ -130,7 +132,7 @@ a:hover { font-size: 15px; } -@media only screen and (max-width: 1076px) { +@media only screen and (max-width: 1200px) { .flexbox { flex-direction: column; } diff --git a/app/static/font.css b/app/static/font.css index 8a9cc43..3cf3144 100644 --- a/app/static/font.css +++ b/app/static/font.css @@ -1,13 +1,8 @@ -/* - * fonts are located under /static/fonts, they are from nerdfonts - * see nerdfonts.com - * -*/ - @font-face { font-family: "Ubuntu"; font-style: normal; font-weight: 300; font-display: swap; - src: url("/fonts/UbuntuNF.ttf"); + /* im using nerd fonts btw */ + src: url("https://files.ngn.tf/fonts/UbuntuNF.ttf"); } diff --git a/app/static/fonts/UbuntuNF.ttf b/app/static/fonts/UbuntuNF.ttf deleted file mode 100644 index 27dbd66..0000000 Binary files a/app/static/fonts/UbuntuNF.ttf and /dev/null differ