From 9af8ec61bb78b60a83fce241ef0e5f485dcfda28 Mon Sep 17 00:00:00 2001 From: Thijs Paelman Date: Fri, 2 Jun 2023 23:47:20 +0200 Subject: Add Matrix socials & fix typo Add Matrix social element, by installing an extra font. It was pretty painful to install, and has some impact on all css-styles that start with the '.fa' class, due to global namespacing in scss (by using @import) --- .../docsy/static/webfonts/forkawesome-webfont.eot | Bin 0 -> 219194 bytes .../docsy/static/webfonts/forkawesome-webfont.svg | 3232 ++++++++++++++++++++ .../docsy/static/webfonts/forkawesome-webfont.ttf | Bin 0 -> 219004 bytes .../docsy/static/webfonts/forkawesome-webfont.woff | Bin 0 -> 136120 bytes .../static/webfonts/forkawesome-webfont.woff2 | Bin 0 -> 109916 bytes 5 files changed, 3232 insertions(+) create mode 100644 themes/docsy/static/webfonts/forkawesome-webfont.eot create mode 100644 themes/docsy/static/webfonts/forkawesome-webfont.svg create mode 100644 themes/docsy/static/webfonts/forkawesome-webfont.ttf create mode 100644 themes/docsy/static/webfonts/forkawesome-webfont.woff create mode 100644 themes/docsy/static/webfonts/forkawesome-webfont.woff2 (limited to 'themes/docsy/static') diff --git a/themes/docsy/static/webfonts/forkawesome-webfont.eot b/themes/docsy/static/webfonts/forkawesome-webfont.eot new file mode 100644 index 0000000..c2c24b4 Binary files /dev/null and b/themes/docsy/static/webfonts/forkawesome-webfont.eot differ diff --git a/themes/docsy/static/webfonts/forkawesome-webfont.svg b/themes/docsy/static/webfonts/forkawesome-webfont.svg new file mode 100644 index 0000000..bd45b30 --- /dev/null +++ b/themes/docsy/static/webfonts/forkawesome-webfont.svg @@ -0,0 +1,3232 @@ + + + + + +Created by FontForge 20190801 at Fri Aug 27 00:07:49 2021 + By shine +The Fork Awesome font is licensed under the SIL OFL 1.1 (http://scripts.sil.org/OFL). Fork Awesome is a fork based of off Font Awesome 4.7.0 by Dave Gandy. More info on licenses at https://forkawesome.github.io + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/themes/docsy/static/webfonts/forkawesome-webfont.ttf b/themes/docsy/static/webfonts/forkawesome-webfont.ttf new file mode 100644 index 0000000..1f1d8f3 Binary files /dev/null and b/themes/docsy/static/webfonts/forkawesome-webfont.ttf differ diff --git a/themes/docsy/static/webfonts/forkawesome-webfont.woff b/themes/docsy/static/webfonts/forkawesome-webfont.woff new file mode 100644 index 0000000..cca43af Binary files /dev/null and b/themes/docsy/static/webfonts/forkawesome-webfont.woff differ diff --git a/themes/docsy/static/webfonts/forkawesome-webfont.woff2 b/themes/docsy/static/webfonts/forkawesome-webfont.woff2 new file mode 100644 index 0000000..c96e5bf Binary files /dev/null and b/themes/docsy/static/webfonts/forkawesome-webfont.woff2 differ -- cgit v1.2.3