Skip to content

Commit

Permalink
Remove old material-icons files and classes
Browse files Browse the repository at this point in the history
  • Loading branch information
advplyr committed Jul 10, 2024
1 parent e224fd2 commit 8dc4538
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 56 deletions.
61 changes: 5 additions & 56 deletions client/assets/fonts.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,35 +12,6 @@
src: url(~static/fonts/MaterialSymbolsOutlined[FILL,GRAD,opsz,wght].woff2) format('woff2');
}

@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(~static/fonts/MaterialIcons.woff2) format('woff2');
}

@font-face {
font-family: 'Material Icons Outlined';
font-style: normal;
font-weight: 400;
src: url(~static/fonts/MaterialIconsOutlined.woff2) format('woff2');
}

.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-smoothing: antialiased;
vertical-align: top;
}

.material-symbols {
font-family: 'Material Symbols Rounded';
font-weight: normal;
Expand All @@ -57,26 +28,8 @@
}

.material-symbols.fill {
font-variation-settings:
'FILL' 1
}

.material-icons:not([class*="text-"]) {
font-size: 1.5rem;
}

.material-icons-outlined {
font-family: 'Material Icons Outlined';
font-weight: normal;
font-style: normal;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-webkit-font-smoothing: antialiased;
font-variation-settings:
'FILL' 1
}

.material-symbols-outlined {
Expand All @@ -95,12 +48,8 @@
}

.material-symbols-outlined.fill {
font-variation-settings:
'FILL' 1
}

.material-icons-outlined:not([class*="text-"]) {
font-size: 1.5rem;
font-variation-settings:
'FILL' 1
}

/* cyrillic-ext */
Expand Down Expand Up @@ -371,4 +320,4 @@
font-display: swap;
src: url(~static/fonts/Ubuntu_Mono/UbuntuMono-Regular.ttf) format('truetype');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
}
Binary file removed client/static/fonts/MaterialIcons.woff2
Binary file not shown.
Binary file removed client/static/fonts/MaterialIconsOutlined.woff2
Binary file not shown.

0 comments on commit 8dc4538

Please sign in to comment.