Skip to content

Commit aa0fee9

Browse files
committed
added material symbols locally and added favicon
1 parent 9217ae4 commit aa0fee9

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

web/fonts/material-symbols.woff2

260 KB
Binary file not shown.

web/images/favicon.png

539 KB
Loading

web/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>Voicemeeter Remote</title>
7-
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Sharp:opsz,wght,FILL,GRAD@24,400,0,0" />
7+
<link rel="icon" href="images/favicon.png" type="image/png">
88
<link rel="stylesheet" href="style.css">
99
<script src="jquery.js"></script>
1010
<script src="components.js"></script>

web/style.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ body {
2222
grid-template-rows: auto 1fr;
2323
}
2424

25+
@font-face {
26+
font-family: 'Material Symbols Sharp';
27+
font-style: normal;
28+
font-weight: 400;
29+
src: url(https://fonts.gstatic.com/s/materialsymbolssharp/v263/gNNBW2J8Roq16WD5tFNRaeLQk6-SHQ_R00k4c2_whPnoY9ruReaU4bHmz74m0ZkGH-VBYe1x0TV6x4yFH8F-H5OdzEL3sVTgJtfbYxOLojCL.woff2) format('woff2');
30+
}
31+
2532
material-symbol {
2633
font-family: 'Material Symbols Sharp', sans-serif;
2734
vertical-align: middle;
@@ -576,9 +583,9 @@ material-symbol {
576583
box-sizing: border-box;
577584
}
578585

579-
/* #options-advanced-eq {
586+
#options-advanced-eq {
580587
flex: 1;
581-
} */
588+
}
582589

583590
#advanced-eq-cells {
584591
display: grid;

0 commit comments

Comments
 (0)