diff --git a/docs/assets/fonts/comicmono.ttf b/docs/assets/fonts/comicmono.ttf
deleted file mode 100644
index 9bc7354..0000000
Binary files a/docs/assets/fonts/comicmono.ttf and /dev/null differ
diff --git a/docs/assets/stylesheets/extra.css b/docs/assets/stylesheets/extra.css
index a2a1c38..07986f1 100644
--- a/docs/assets/stylesheets/extra.css
+++ b/docs/assets/stylesheets/extra.css
@@ -1,7 +1,3 @@
.md-nav__item--active{
padding: 0 !important;
- }
- @font-face {
- font-family: 'Comic Mono';
- src: url(/assets/fonts/comicmono.ttf);
}
\ No newline at end of file
diff --git a/docs/minigames.md b/docs/minigames.md
index f6fa807..ad44c55 100644
--- a/docs/minigames.md
+++ b/docs/minigames.md
@@ -5,10 +5,6 @@ description: -Coming soon- Have it out with your friends in our various minigame
# Minigames
-!!! Info "Help wanted"
- Hey there, I am looking for some help on this one! Turns out minigames plugins and servers are a bit more work than I bargained for...
- If you are interested in helping, just reach out to me on Discord - **Subnet**
-
## ToDo
1. [ ] Determine what minigames we want.
diff --git a/mkdocs.yml b/mkdocs.yml
index f386bb0..a7a8bd5 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -6,8 +6,6 @@ theme:
custom_dir: overrides
logo: assets/images/logo.png
favicon: assets/images/logo.png
- font:
- text: Comic Mono
features:
- navigation.tracking
- navigation.sections
diff --git a/overrides/partials/copyright.html b/overrides/partials/copyright.html
index 9604e69..24b8785 100644
--- a/overrides/partials/copyright.html
+++ b/overrides/partials/copyright.html
@@ -37,6 +37,5 @@
{% endif %}
-
Site last built {{ build_date_utc.strftime('%Y-%m-%d @ %H:%M UTC') }}
-Comic Mono font copyright (c) dtinth
+ Site last built {{ build_date_utc.strftime('%Y-%m-%d @ %H:%M UTC') }} \ No newline at end of file