Update font names and file paths for Material Symbols

This commit is contained in:
Greg Lorenzen 2024-07-07 05:29:21 +00:00
parent 63a6da6680
commit 8007225a41

View File

@ -1,19 +1,19 @@
@font-face {
font-family: 'Material Icons';
font-family: 'Material Symbols Rounded';
font-style: normal;
font-weight: 400;
src: url(~static/fonts/MaterialIcons.woff2) format('woff2');
src: url(~static/fonts/MaterialSymbolsRounded[FILL,GRAD,opsz,wght].woff2) format('woff2');
}
@font-face {
font-family: 'Material Icons Outlined';
font-family: 'Material Symbols Outlined';
font-style: normal;
font-weight: 400;
src: url(~static/fonts/MaterialIconsOutlined.woff2) format('woff2');
src: url(~static/fonts/MaterialSymbolsOutlined[FILL,GRAD,opsz,wght].woff2) format('woff2');
}
.material-icons {
font-family: 'Material Icons';
font-family: 'Material Symbols Rounded';
font-weight: normal;
font-style: normal;
line-height: 1;
@ -32,7 +32,7 @@
}
.material-icons-outlined {
font-family: 'Material Icons Outlined';
font-family: 'Material Symbols Outlined';
font-weight: normal;
font-style: normal;
line-height: 1;