Commit f4df333c authored by Jakob Moser's avatar Jakob Moser
Browse files

Fix icons not being filled

parent 09f22a62
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Meine Songs</title>
    <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
    <link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined" rel="stylesheet" />
    <link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0..1,0" rel="stylesheet" />
    <link rel="stylesheet" href="style.css">
</head>
<body>
+0 −8
Original line number Diff line number Diff line
@@ -177,11 +177,3 @@ body, html {
    color: #FF4081;
    font-variation-settings: 'FILL' 1;
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24;
}
 No newline at end of file