fonts are now loaded from files.ngn.tf, also added the pgp key

This commit is contained in:
ngn 2023-11-18 23:16:32 +03:00
parent a22f540e28
commit 8cb47f80f6
3 changed files with 10 additions and 13 deletions

View File

@ -53,16 +53,18 @@
</Card> </Card>
<Card title="wall"> <Card title="wall">
Here are some of my socials: Here are some links if you want to get in contact with me:
<ul> <ul>
<li><c></c> <a href="https://github.com/ngn13">Github</a></li> <li><c></c> <a href="https://github.com/ngn13">Github</a></li>
<li><c>󰫑 </c> <a href="https://mastodon.social/@ngn">Mastodon</a></li> <li><c>󰫑 </c> <a href="https://mastodon.social/@ngn">Mastodon</a></li>
</ul> <li><c></c> <a href="mailto:ngn13proton@proton.me">Email</a></li>
If you want to contact me directly, send me an email:
<ul>
<li><c></c> <a href="mailto:ngn13proton@proton.me">Personal email address</a></li>
</ul> </ul>
Or you can add me on XMPP: <c>ngn@chat.ngn.tf</c> Or you can add me on XMPP: <c>ngn@chat.ngn.tf</c>
<br>
And lastly my PGP key is:
<ul>
<li><a href="https://keyoxide.org/F9E70878C2FB389AEC2BA34CA3654DF5AD9F641D"><c>F9E70878C2FB389AEC2BA34CA3654DF5AD9F641D</c></a></li>
</ul>
</Card> </Card>
</div> </div>
<Card title="bash donate.sh"> <Card title="bash donate.sh">
@ -130,7 +132,7 @@ a:hover {
font-size: 15px; font-size: 15px;
} }
@media only screen and (max-width: 1076px) { @media only screen and (max-width: 1200px) {
.flexbox { .flexbox {
flex-direction: column; flex-direction: column;
} }

View File

@ -1,13 +1,8 @@
/*
* fonts are located under /static/fonts, they are from nerdfonts
* see nerdfonts.com
*
*/
@font-face { @font-face {
font-family: "Ubuntu"; font-family: "Ubuntu";
font-style: normal; font-style: normal;
font-weight: 300; font-weight: 300;
font-display: swap; font-display: swap;
src: url("/fonts/UbuntuNF.ttf"); /* im using nerd fonts btw */
src: url("https://files.ngn.tf/fonts/UbuntuNF.ttf");
} }

Binary file not shown.