diff --git a/src/assets/stylesheets/App.scss b/src/assets/stylesheets/App.scss index 8e22e2b9d..6c7012fe0 100644 --- a/src/assets/stylesheets/App.scss +++ b/src/assets/stylesheets/App.scss @@ -82,3 +82,21 @@ body, ::-webkit-scrollbar { display: none; } + +.material-symbols-sharp { + font-family: "Material Symbols Sharp", sans-serif; + font-weight: normal; + font-style: normal; + font-size: 24px; + line-height: 1; + letter-spacing: normal; + text-transform: none; + display: inline-block; + white-space: nowrap; + overflow-wrap: normal; + direction: ltr; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + text-rendering: optimizeLegibility; + font-feature-settings: "liga"; +}