From e1e9fbcb8a1292e2a2d5486123473f314600fa84 Mon Sep 17 00:00:00 2001 From: Alexandre Caron Date: Thu, 16 May 2024 11:56:24 -0400 Subject: [PATCH] fix: don't include all icon variants --- src/index.html | 2 +- src/styles.scss | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/src/index.html b/src/index.html index d7e7ee52a..f66a6d2d8 100644 --- a/src/index.html +++ b/src/index.html @@ -19,7 +19,7 @@ /> diff --git a/src/styles.scss b/src/styles.scss index c010171c9..52d427212 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -4,14 +4,6 @@ @use 'style/reset.scss'; @use 'style/theme.scss'; -.material-symbols-outlined { - font-variation-settings: - 'FILL' 1, - 'wght' 400, - 'GRAD' 0, - 'opsz' 24; -} - .shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered) { opacity: 1; visibility: visible;