1 | @font-face { |
2 | font-family: 'Material Symbols Outlined'; |
3 | font-style: normal; |
4 | src: |
5 | url(../fonts/MaterialSymbolsOutlined[FILL\,GRAD\,opsz\,wght].woff2) format('woff2'), |
6 | url(../fonts/MaterialSymbolsOutlined[FILL\,GRAD\,opsz\,wght].ttf) format('truetype'); |
7 | } |
8 | |
9 | .material-symbols-outlined { |
10 | font-family: 'Material Symbols Outlined'; |
11 | font-weight: normal; |
12 | font-style: normal; |
13 | font-size: 1.5rem; |
14 | width: 1.5rem; |
15 | height: 1.5rem; |
16 | |
17 | display: inline-block; |
18 | line-height: 1; |
19 | text-transform: none; |
20 | letter-spacing: normal; |
21 | word-wrap: normal; |
22 | white-space: nowrap; |
23 | direction: ltr; |
24 | } |