diff --git a/docs/assets/fonts/comicmono.ttf b/docs/assets/fonts/comicmono.ttf new file mode 100644 index 0000000..9bc7354 Binary files /dev/null and b/docs/assets/fonts/comicmono.ttf differ diff --git a/docs/assets/stylesheets/extra.css b/docs/assets/stylesheets/extra.css index 07986f1..a2a1c38 100644 --- a/docs/assets/stylesheets/extra.css +++ b/docs/assets/stylesheets/extra.css @@ -1,3 +1,7 @@ .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 ad44c55..f6fa807 100644 --- a/docs/minigames.md +++ b/docs/minigames.md @@ -5,6 +5,10 @@ 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 a7a8bd5..f386bb0 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,6 +6,8 @@ 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 24b8785..9604e69 100644 --- a/overrides/partials/copyright.html +++ b/overrides/partials/copyright.html @@ -37,5 +37,6 @@ {% endif %}
- Site last built {{ build_date_utc.strftime('%Y-%m-%d @ %H:%M UTC') }} +

Site last built {{ build_date_utc.strftime('%Y-%m-%d @ %H:%M UTC') }}

+

Comic Mono font copyright (c) dtinth

\ No newline at end of file