From ba761fa9697ac4841c078f1863cae71c5e54e4f1 Mon Sep 17 00:00:00 2001 From: vednoc Date: Tue, 15 Aug 2023 00:41:42 +0200 Subject: [PATCH] fix: exclude icon fonts in a couple of new places Fixes #12 --- fonts.user.styl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fonts.user.styl b/fonts.user.styl index aee70de..cb80efd 100644 --- a/fonts.user.styl +++ b/fonts.user.styl @@ -102,6 +102,12 @@ append(code, '.monospace', '.text-mono', '.font-mono', '[class*=monospace]') // mathjax append(icons, 'mjx-math') +// Lightbox. #12 +append(icons, '.fancybox-button') + +// Microsoft icons. #12 +append(icons, '[data-icon-name]') + append(composer, 'textarea') // Discord