main #8

Closed
limepotato wants to merge 183 commits from main into blog-drafts
5 changed files with 10 additions and 4 deletions
Showing only changes of commit 18637e30ca - Show all commits

View file

@ -22,7 +22,7 @@ function enableSGA() {
}
function disableSGA() {
document.getElementById("body").style.fontFamily = "terminess-nf, system-ui";
document.getElementById("body").style.fontFamily = "departure-mono, system-ui";
sessionStorage.removeItem("sgaEnabled");
console.debug(sessionStorage.getItem("sgaEnabled"));
}

View file

@ -8,4 +8,9 @@
@font-face {
font-family: standardGalactic;
src: url(../fonts/galactic.ttf);
}
@font-face {
font-family: departure-mono;
src: url(../fonts/DepartureMono-Regular.otf)
}

View file

@ -4,8 +4,8 @@
@import "glitch.css";
:root {
font-size: 20px;
font-family: terminess-nf, system-ui;
font-size: 18px;
font-family: departure-mono, system-ui;
padding: 1rem;
width: 1000px;

Binary file not shown.

View file

@ -1,6 +1,6 @@
<h2 class="subtitle">frameworks, hosts, colors n' Stuff</h2>
<ul>
<li>build with:
<li>built with:
<ul>
<li><a href="https://ktor.io/">ktor</a></li>
<li><a href="https://astro.build/">astro</a></li>
@ -11,5 +11,6 @@
</li>
<li>domain registrar: <a href="https://porkbun.com/">porkbun</a></li>
<li>host: <a href="/blog/my-setup/">me :3</a></li>
<li>font: <a href="https://departuremono.com/">deparutre mono</a></li>
</ul>
<hr />