summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--assets/css/application.css2
-rw-r--r--index.html3
2 files changed, 1 insertions, 4 deletions
diff --git a/assets/css/application.css b/assets/css/application.css
index b84723a..97e9662 100644
--- a/assets/css/application.css
+++ b/assets/css/application.css
@@ -11,7 +11,7 @@ body {
header {
- font-family: neoretrodrawregular, znikomitno24regular, seasideresortnfregular, itsadzokes01regular, sans-serif;
+ font-family: neoretrodrawregular, sans-serif;
font-size: 80px;
margin: 0.2em 0 0.4em;
}
diff --git a/index.html b/index.html
index 223e5fe..ad0d87b 100644
--- a/index.html
+++ b/index.html
@@ -10,10 +10,7 @@
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="/assets/css/reset.css" />
- <link rel="stylesheet" href="/assets/fonts/itsadokes.css" />
<link rel="stylesheet" href="/assets/fonts/neoretro-draw.css" />
- <link rel="stylesheet" href="/assets/fonts/seaside-resort.css" />
- <link rel="stylesheet" href="/assets/fonts/znikomitno.css" />
<link rel="stylesheet" href="/assets/css/application.css" />
<link rel="stylesheet" href="/assets/css/sample-editor.css" />
</head>