Refactor: Use Stain font instead of Inter

This commit is contained in:
2025-11-24 13:50:36 -08:00
parent 7ad2a2d86f
commit 21377fd978

View File

@@ -21,11 +21,12 @@
}
</script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=DM+Serif+Display:ital@0;1&family=IBM+Plex+Mono:wght@400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&display=swap" rel="stylesheet">
<script src="https://cdn.tailwindcss.com"></script>
<style>
body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif}
.mono{font-family:"IBM Plex Mono",ui-monospace,SFMono-Regular,Menlo,monospace}
@font-face{font-family:"Stain";src:url("https://cdn.jsdelivr.net/gh/multipleof4/stain.otf@master/dist/Stain.otf") format("opentype");font-weight:normal;font-style:normal}
body{font-family:"Stain",sans-serif}
.mono{font-family:"IBM Plex Mono",monospace}
</style>
</head>
<body class="bg-gray-50 text-gray-800">
@@ -144,3 +145,4 @@
</script>
</body>
</html>