Skip to content

Commit 7ada65c

Browse files
author
Dennis Labordus
authored
Merge pull request #46 from com-pas/embed-google
Embed Google Icons and Fonts
2 parents b15c9fe + 09fad1d commit 7ada65c

23 files changed

+93
-46
lines changed

__snapshots__/open-scd.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@
110110
class="top"
111111
disabled=""
112112
graphic="icon"
113-
iconid="folder_open"
113+
iconid="save"
114114
mwc-list-item=""
115115
tabindex="-1"
116116
>
117117
<mwc-icon slot="graphic">
118-
folder_open
118+
save
119119
</mwc-icon>
120120
<span>
121121
Save CoMPAS
@@ -753,7 +753,7 @@
753753
value="/src/menu/SaveToCompas.js"
754754
>
755755
<mwc-icon slot="meta">
756-
folder_open
756+
save
757757
</mwc-icon>
758758
Save CoMPAS
759759
</mwc-check-list-item>

index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@
77
<meta name="Description" content="Open Substation Communication Designer is a bottom-up system configuration tool for projects described using IEC 61850-6 Edition 2 or greater.">
88
<base href="/">
99

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">
10+
<!-- Original URL from Google: https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&family=Roboto:wght@300;400;500&display=swap -->
11+
<link href="public/google/fonts/roboto-v27.css" rel="stylesheet">
12+
<link href="public/google/fonts/roboto-mono-v13.css" rel="stylesheet">
13+
<!-- Original URL from Google: https://fonts.googleapis.com/css?family=Material+Icons+Outlined&display=block -->
14+
<link href="public/google/icons/material-icons-outlined.css" rel="stylesheet">
1215
<link href="public/css/normalize.css" rel="stylesheet">
1316
<link rel="manifest" href="manifest.json">
1417
<link rel="icon" type="image/png" sizes="16x16" href="public/favicon-16x16.png">
21.9 KB
Binary file not shown.
15.2 KB
Binary file not shown.
12.4 KB
Binary file not shown.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/* roboto-mono-300 - latin */
2+
@font-face {
3+
font-family: 'Roboto Mono';
4+
font-style: normal;
5+
font-weight: 300;
6+
src: local(''),
7+
url('roboto-mono-v13-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
8+
url('roboto-mono-v13-latin-300.woff') format('woff'), /* Modern Browsers */
9+
url('roboto-mono-v13-latin-300.ttf') format('truetype'); /* Safari, Android, iOS */
10+
}
35.4 KB
Binary file not shown.
19.9 KB
Binary file not shown.
15.4 KB
Binary file not shown.
35.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)