initial math, and other things

This commit is contained in:
Alexander 2025-06-21 10:15:17 -04:00
parent 594b9ae2d2
commit 48eb7840b3
9 changed files with 91 additions and 26 deletions

View file

@ -9,6 +9,7 @@
<link rel="stylesheet" href="/css/looks.css">
<link rel="stylesheet" href="/css/code.css">
<link rel="icon" type="image/png" href="/assets/favicon.png">
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.22/dist/katex.min.css" integrity="sha384-5TcZemv2l/9On385z///+d7MSYlvIEw9FuZTIdZ14vJLqWphw7e7ZPuOiCHJcFCP" crossorigin="anonymous"> -->
<script>
const class_ = `font-${window.devicePixelRatio >= 1.3 ? 'hidpi' : 'lodpi'}`;
document.documentElement.className = class_;