main
css 41 lines 1019 Bytes
Raw
1 @font-face {
2 font-family: 'Material Symbols Outlined';
3 font-style: normal;
4 font-weight: 400;
5 font-display: block;
6 src:
7 url(./google-icons.woff2) format('woff2'),
8 url(./google-icons.ttf) format('truetype');
9 }
10
11 x-icon,
12 .material-symbols-outlined,
13 .material-icons-outlined {
14 font-family: 'Material Symbols Outlined';
15 font-weight: normal;
16 font-style: normal;
17 font-size: 24px;
18 line-height: 1;
19 letter-spacing: normal;
20 text-transform: none;
21 display: inline-flex;
22 align-items: center;
23 justify-content: center;
24 box-sizing: border-box;
25 width: 1em !important;
26 min-width: 1em !important;
27 max-width: 1em !important;
28 height: 1em !important;
29 overflow: hidden !important;
30 flex: 0 0 1em !important;
31 vertical-align: middle;
32 white-space: nowrap;
33 word-wrap: normal;
34 direction: ltr;
35 }
36
37 html:not(.material-icons-ready) x-icon,
38 html:not(.material-icons-ready) .material-symbols-outlined,
39 html:not(.material-icons-ready) .material-icons-outlined {
40 color: transparent !important;
41 }