From ace9782d5527d682b695f73eaf639cbd0b8410e5 Mon Sep 17 00:00:00 2001 From: Felix Hennig Date: Thu, 19 Jan 2023 16:40:09 +0100 Subject: [PATCH] Fix for admontions font break after FontAwesome was added --- preview-src/index.adoc | 2 ++ src/css/doc.css | 1 + 2 files changed, 3 insertions(+) diff --git a/preview-src/index.adoc b/preview-src/index.adoc index 7b3b284..2acfb0f 100644 --- a/preview-src/index.adoc +++ b/preview-src/index.adoc @@ -4,6 +4,8 @@ Welcome to Stackable! This documentation gives you an overview of the Stackable Data Platform, how to install and manage it as well as some tutorials. +NOTE: This is a dummy note + ++++
++++ diff --git a/src/css/doc.css b/src/css/doc.css index abeab9e..c361fe6 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -139,6 +139,7 @@ .doc i.fa { hyphens: none; font-style: normal; + font-family: inherit; } .doc p code,