default font

This commit is contained in:
ethan merchant 2024-11-03 01:40:12 -05:00
parent 42fd23ee39
commit 4824d9d104

View file

@ -50,9 +50,11 @@
box-sizing: border-box;
flex-shrink: 0;
text-wrap: balance;
font-family: 'Atkinson Hyperlegible', sans-serif;
font-family: "mono", monospace;
font-size: 14px;
text-rendering: optimizeLegibility;
text-wrap: balance;
color: var(--col-01);
}
title, style, script {
display: none;