From c9c7a0017c3afdd25cac349d5e1cd73b03d1b4c0 Mon Sep 17 00:00:00 2001
From: Alexander Foremny <aforemny@posteo.de>
Date: Fri, 1 Mar 2024 09:52:04 +0100
Subject: get base.css from static.nomath.org

---
 src/index.html | 41 ++---------------------------------------
 1 file changed, 2 insertions(+), 39 deletions(-)

(limited to 'src/index.html')

diff --git a/src/index.html b/src/index.html
index a7a33b1..c6b27e6 100644
--- a/src/index.html
+++ b/src/index.html
@@ -5,45 +5,8 @@
   <meta name="description" content="we are a collective of hackers. we “avoid success at all costs”." />
   <link rel="icon" href="https://static.nomath.org/favicon.ico" />
   <meta name="viewport" content="width=device-width, initial-scale=1" />
-  <style type="text/css">
-/* fonts */
-@font-face {
-  font-family: 'CMU Typewriter Text Variable Width';
-  src: url('cmunvt.otf'); }
-
-/* layout */
-* {
-  box-sizing: border-box; }
-html {
-  width: 100%;
-  max-width: 600px; }
-body {
-  margin: 10px; }
-
-/* typography */
-html {
-  font: 16px 'CMU Typewriter Text Variable Width', serif;
-  color: black;
-  hyphens: auto; }
-h1, h2, h3 {
-  font-size: 1rem;
-  font-weight: normal; }
-h1 {
-  font-weight: bold;
-  font-style: italic; }
-h1, h2, h3, p {
-  margin-top: 10px;
-  margin-bottom: 10px;
-  white-space: pre-wrap; }
-
-/* links */
-a:link, a:hover {
-  color: coral; }
-a:visited {
-  color: chocolate; }
-a:focus {
-  outline: dashed darkorange; }
-</style></head><body><nav>
+  <link rel="stylesheet" type="text/css" href="https://static.nomath.org/base.css" />
+</head><body><nav>
 <h1>nomath.org</h1>
 
 <h2>we are a collective of hackers.  we <em>“avoid success at all costs”</em>.</h2>
-- 
cgit v1.2.3