fixing analytics icon

This commit is contained in:
Corey Blais
2026-06-02 12:22:14 -04:00
parent 5f0fad3cbb
commit aa1a4cf6ff
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link <link
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:FILL@0..1&icon_names=analytics&display=block" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&display=block"
rel="stylesheet" rel="stylesheet"
/> />
<link <link
+10
View File
@@ -1225,7 +1225,17 @@ textarea {
font-family: "Material Symbols Outlined"; font-family: "Material Symbols Outlined";
font-size: 24px; font-size: 24px;
font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24; font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
font-style: normal;
font-weight: normal;
letter-spacing: normal;
line-height: 1; line-height: 1;
text-transform: none;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-feature-settings: "liga";
-webkit-font-smoothing: antialiased;
font-feature-settings: "liga";
} }
.bird-detail-tab:hover { .bird-detail-tab:hover {