Skip to content

Commit 0eda047

Browse files
author
Dennis Labordus
committed
Embedded Google Icons in application.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent b15c9fe commit 0eda047

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<base href="/">
99

1010
<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">
1212
<link href="public/css/normalize.css" rel="stylesheet">
1313
<link rel="manifest" href="manifest.json">
1414
<link rel="icon" type="image/png" sizes="16x16" href="public/favicon-16x16.png">
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
}
132 KB
Binary file not shown.

public/js/plugins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export const officialPlugins = [
7676
{
7777
name: 'Save CoMPAS',
7878
src: '/src/menu/SaveToCompas.js',
79-
icon: 'folder_open',
79+
icon: 'save',
8080
default: true,
8181
kind: 'menu',
8282
requireDoc: true,

0 commit comments

Comments
 (0)