32 lines
1.5 KiB
HTML
32 lines
1.5 KiB
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta content="width=device-width, initial-scale=1" charset="utf-8" />
|
||
|
<link rel="icon" href="/assets/askiiart.gif" type="image/icon">
|
||
|
<title>Foooooonts!</title>
|
||
|
<link href="/style.css" type="text/css" rel="stylesheet" />
|
||
|
<link href="/prism.css" rel="stylesheet" />
|
||
|
</head>
|
||
|
<body class="line-numbers">
|
||
|
<h1 id="foooooonts">Foooooonts!</h1>
|
||
|
<p>site update: uh yeah there's fonts now</p>
|
||
|
<hr />
|
||
|
<p>i've got <a
|
||
|
href="https://brailleinstitute.org/freefont">Atkinson
|
||
|
Hyperlegible</a> for text, and <a
|
||
|
href="https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/FiraCode">FiraCode
|
||
|
Nerd Mono</a> for code now, so it'll look the same on all
|
||
|
computers, not beautiful or horrific depending on what fonts
|
||
|
your system has installed.</p>
|
||
|
<p>also uh turns out the <code>code</code> and <code>pre</code>
|
||
|
stuff in my CSS file was completely useless since it got
|
||
|
overridden by <a href="https://prismjs.com/">prism.js</a>
|
||
|
anyways, so that's gone now</p>
|
||
|
<p>yeah that's it, byeeeeee</p>
|
||
|
<script src="/prism.js"></script>
|
||
|
</body>
|
||
|
<footer>
|
||
|
<p><a href="https://git.askiiart.net/askiiart/askiiart-net">code</a> (<a href="https://github.com/askiiart/askiiart.github.io">mirror</a>) <a href="/feed.xml">rss</a> <a href="/pubkey.asc">pubkey</a></p>
|
||
|
</footer>
|
||
|
</html>
|