File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
src/frontend/apps/impress/src/pages Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
@import url ('../cunningham/cunningham-style.css' );
2
2
@import url ('@fontsource/material-icons' );
3
+ @import url ('@fontsource/material-icons-outlined' );
3
4
4
5
body {
5
6
margin : 0 ;
@@ -43,8 +44,9 @@ main ::-webkit-scrollbar-thumb:hover,
43
44
outline : inherit;
44
45
}
45
46
47
+ .material-icons ,
46
48
.material-icons-filled {
47
- font-family : 'Material Icons' , sans-serif;
49
+ font-family : 'Material Icons Outlined' , 'Material Icons ', sans-serif;
48
50
font-weight : normal;
49
51
font-style : normal;
50
52
font-size : 24px ; /* Preferred icon size */
@@ -69,6 +71,10 @@ main ::-webkit-scrollbar-thumb:hover,
69
71
font-feature-settings : 'liga' ;
70
72
}
71
73
74
+ .material-icons-filled {
75
+ font-family : 'Material Icons' , sans-serif;
76
+ }
77
+
72
78
[data-nextjs-dialog-overlay ] {
73
79
display : none !important ;
74
80
}
You can’t perform that action at this time.
0 commit comments