Skip to content

Commit

Permalink
fix: don't include all icon variants
Browse files Browse the repository at this point in the history
  • Loading branch information
alecarn committed May 16, 2024
1 parent 6f820ca commit e1e9fbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,1,0"
/>
<link id="theme-styles" rel="stylesheet" />
<meta name="theme-color" content="#1976d2" />
Expand Down
8 changes: 0 additions & 8 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@
@use 'style/reset.scss';
@use 'style/theme.scss';

.material-symbols-outlined {
font-variation-settings:
'FILL' 1,
'wght' 400,
'GRAD' 0,
'opsz' 24;
}

.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered) {
opacity: 1;
visibility: visible;
Expand Down

0 comments on commit e1e9fbc

Please sign in to comment.