diff --git a/themes/paprika/assets/LeagueGothic.ttf b/themes/paprika/assets/LeagueGothic.ttf
deleted file mode 100644
index cc762c85..00000000
Binary files a/themes/paprika/assets/LeagueGothic.ttf and /dev/null differ
diff --git a/themes/paprika/assets/app.css b/themes/paprika/assets/app.css
index bb647e77..c3e54c3d 100644
--- a/themes/paprika/assets/app.css
+++ b/themes/paprika/assets/app.css
@@ -72,6 +72,11 @@ math {
}
}
+.site-name>svg {
+ width: 18rem;
+ fill: var(--dark)
+}
+
.math {
padding: var(--gap);
text-align: center;
@@ -271,15 +276,6 @@ img {
}
}
-.site-name {
- font-family: LeagueGothic;
- text-transform: uppercase;
- letter-spacing: 1rem;
- font-size: 3.4rem;
- font-weight: 700;
- white-space: nowrap;
-}
-
.header a.active {
outline: 2px solid var(--air);
border-radius: 50%;
@@ -692,12 +688,6 @@ img {
font-size: 16rem;
}
-@font-face {
- font-family: LeagueGothic;
- src: url(LeagueGothic.ttf);
- font-display: swap;
-}
-
@font-face {
font-family: LatinModern;
src: url(latinmodern-math.otf);
diff --git a/themes/paprika/layouts/partials/head.html b/themes/paprika/layouts/partials/head.html
index 8445482b..4707840f 100644
--- a/themes/paprika/layouts/partials/head.html
+++ b/themes/paprika/layouts/partials/head.html
@@ -14,8 +14,6 @@
{{ $app_css := resources.Get "app.css" | minify }}
- {{ $font := resources.Get "LeagueGothic.ttf" }}
-
{{ $font := resources.Get "latinmodern-math.otf" }}
diff --git a/themes/paprika/layouts/partials/header.html b/themes/paprika/layouts/partials/header.html
index d88dd15d..4eda4862 100644
--- a/themes/paprika/layouts/partials/header.html
+++ b/themes/paprika/layouts/partials/header.html
@@ -1,6 +1,8 @@