departure mono !

This commit is contained in:
nelle 2024-08-25 21:03:06 -06:00
parent 545b33e3c2
commit 18637e30ca
5 changed files with 10 additions and 4 deletions

View file

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

View file

@ -9,3 +9,8 @@
font-family: standardGalactic; font-family: standardGalactic;
src: url(../fonts/galactic.ttf); 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"; @import "glitch.css";
:root { :root {
font-size: 20px; font-size: 18px;
font-family: terminess-nf, system-ui; font-family: departure-mono, system-ui;
padding: 1rem; padding: 1rem;
width: 1000px; width: 1000px;

Binary file not shown.

View file

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