File tree Expand file tree Collapse file tree 4 files changed +26
-2
lines changed Expand file tree Collapse file tree 4 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 8
8
< base href ="/ ">
9
9
10
10
< link href ="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&family=Roboto:wght@300;400;500&display=swap " rel ="stylesheet "> <!-- Poor unicode coverage -->
11
- < link href ="https://fonts.googleapis.com/ css?family=Material+Icons+Outlined&display=block " rel ="stylesheet ">
11
+ < link href ="public/google/icons/material-icons-outlined. css " rel ="stylesheet ">
12
12
< link href ="public/css/normalize.css " rel ="stylesheet ">
13
13
< link rel ="manifest " href ="manifest.json ">
14
14
< link rel ="icon " type ="image/png " sizes ="16x16 " href ="public/favicon-16x16.png ">
Original file line number Diff line number Diff line change
1
+ /* fallback */
2
+ @font-face {
3
+ font-family : 'Material Icons Outlined' ;
4
+ font-style : normal;
5
+ font-weight : 400 ;
6
+ font-display : block;
7
+ src : url (material-icons-outlined.woff2) format ('woff2' );
8
+ }
9
+
10
+ .material-icons-outlined {
11
+ font-family : 'Material Icons Outlined' ;
12
+ font-weight : normal;
13
+ font-style : normal;
14
+ font-size : 24px ;
15
+ line-height : 1 ;
16
+ letter-spacing : normal;
17
+ text-transform : none;
18
+ display : inline-block;
19
+ white-space : nowrap;
20
+ word-wrap : normal;
21
+ direction : ltr;
22
+ -webkit-font-feature-settings : 'liga' ;
23
+ -webkit-font-smoothing : antialiased;
24
+ }
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ export const officialPlugins = [
76
76
{
77
77
name : 'Save CoMPAS' ,
78
78
src : '/src/menu/SaveToCompas.js' ,
79
- icon : 'folder_open ' ,
79
+ icon : 'save ' ,
80
80
default : true ,
81
81
kind : 'menu' ,
82
82
requireDoc : true ,
You can’t perform that action at this time.
0 commit comments