diff --git a/assets/fonts/Symbola.woff2 b/assets/fonts/Symbola.woff2 new file mode 100644 index 000000000..c09d6f02f Binary files /dev/null and b/assets/fonts/Symbola.woff2 differ diff --git a/src/shared/components/explicit-indicator/explicit-indicator.module.css b/src/shared/components/explicit-indicator/explicit-indicator.module.css index 7e3118724..6a8846e23 100644 --- a/src/shared/components/explicit-indicator/explicit-indicator.module.css +++ b/src/shared/components/explicit-indicator/explicit-indicator.module.css @@ -1,6 +1,7 @@ .root { font-family: - 'Apple Color Emoji', 'Segoe UI Emoji', 'Noto Color Emoji', 'Segoe UI Symbol', Twemoji, + Symbola, + 'Segoe UI Emoji', sans-serif; } @@ -41,5 +42,5 @@ } .with-space { - padding-right: var(--theme-spacing-sm); + padding-right: var(--theme-spacing-xs); } diff --git a/src/shared/styles/global.css b/src/shared/styles/global.css index d7275f87e..f8ea044a6 100644 --- a/src/shared/styles/global.css +++ b/src/shared/styles/global.css @@ -119,6 +119,13 @@ button { } } +@font-face { + font-family: Symbola; + src: url('../../../assets/fonts/Symbola.woff2'); + font-display: swap; +} + + @font-face { font-family: Inter; font-weight: 100 1000;