css: revert to default system font Also removes my CDN from head.html along with the relevant note in the readme.
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M static/style.css → static/style.css
@@ -8,8 +8,8 @@ --gray: #6a6a6a; --dark: #444; --darker: #222; - --sans-font: "Geist", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif; - --display-font: "Geist", -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI", sans-serif; + --sans-font: -apple-system, BlinkMacSystemFont, "Inter", "Roboto", "Segoe UI", sans-serif; + --display-font: -apple-system, BlinkMacSystemFont, "Inter", "Roboto", "Segoe UI", sans-serif; --mono-font: 'SF Mono', SFMono-Regular, ui-monospace, 'DejaVu Sans Mono', 'Roboto Mono', Menlo, Consolas, monospace; }