aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include/_fonts.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/include/_fonts.scss')
-rw-r--r--client/src/sass/include/_fonts.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/client/src/sass/include/_fonts.scss b/client/src/sass/include/_fonts.scss
index e5a40af34..514261d01 100644
--- a/client/src/sass/include/_fonts.scss
+++ b/client/src/sass/include/_fonts.scss
@@ -15,7 +15,3 @@
15 font-display: swap; 15 font-display: swap;
16 src: url('../fonts/source-sans/WOFF2/VAR/SourceSans3VF-Italic.ttf.woff2') format('woff2'); 16 src: url('../fonts/source-sans/WOFF2/VAR/SourceSans3VF-Italic.ttf.woff2') format('woff2');
17} 17}
18
19@mixin muted {
20 color: pvar(--greyForegroundColor) !important;
21}