Skip to content

Commit f683eef

Browse files
committed
feat: Add material symbols
1 parent 3a0e227 commit f683eef

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-0
lines changed

packages/compas-open-scd/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<link href="/public/google/fonts/roboto-mono-v13.css" rel="stylesheet">
1919
<!-- Original URL from Google: https://fonts.googleapis.com/css?family=Material+Icons+Outlined&display=block -->
2020
<link href="/public/google/icons/material-icons-outlined.css" rel="stylesheet">
21+
<link href="/public/google/icons/material-symbols-outlined.css" rel="stylesheet">
2122
<link href="/public/css/normalize.css" rel="stylesheet">
2223
<link rel="manifest" href="manifest.json" crossorigin="use-credentials">
2324
<link rel="icon" type="image/png" sizes="16x16" href="public/favicon-16x16.png">
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
/* fallback */
2+
@font-face {
3+
font-family: 'Material Symbols Outlined';
4+
font-style: normal;
5+
font-weight: 400;
6+
font-display: block;
7+
src: url(material-symbols-outlined.woff2) format('woff2');
8+
}
9+
10+
.material-symbols-outlined {
11+
font-family: 'Material Symbols 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+
}
Binary file not shown.

0 commit comments

Comments
 (0)