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) --- .../assets/vendor/forkawesome/src/doc/icons.html | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 themes/docsy/assets/vendor/forkawesome/src/doc/icons.html (limited to 'themes/docsy/assets/vendor/forkawesome/src/doc/icons.html') diff --git a/themes/docsy/assets/vendor/forkawesome/src/doc/icons.html b/themes/docsy/assets/vendor/forkawesome/src/doc/icons.html new file mode 100644 index 0000000..73fc8fb --- /dev/null +++ b/themes/docsy/assets/vendor/forkawesome/src/doc/icons.html @@ -0,0 +1,32 @@ +--- +layout: base +title: Fork Awesome Icons +navbar_active: icons +relative_path: ../ +--- +{% capture jumbotron_h1 %}  The Icons{% endcapture %} +{% capture jumbotron_p %}The complete set of {{ icons | size }} icons in {{ site.forkawesome.name }} {{ site.forkawesome.version }}{% endcapture %} + +{% include jumbotron.html %} + +
+
+ {% include icons/new.html %} + {% include icons/web-application.html %} + {% include icons/accessibility.html %} + {% include icons/hand.html %} + {% include icons/transportation.html %} + {% include icons/gender.html %} + {% include icons/file-type.html %} + {% include icons/spinner.html %} + {% include icons/form-control.html %} + {% include icons/payment.html %} + {% include icons/chart.html %} + {% include icons/currency.html %} + {% include icons/text-editor.html %} + {% include icons/directional.html %} + {% include icons/video-player.html %} + {% include icons/brand.html %} + {% include icons/medical.html %} +
+
-- cgit v1.2.3