From 8007225a41a60922185f93e88558da892f985e2f Mon Sep 17 00:00:00 2001 From: Greg Lorenzen Date: Sun, 7 Jul 2024 05:29:21 +0000 Subject: [PATCH] Update font names and file paths for Material Symbols --- client/assets/fonts.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/client/assets/fonts.css b/client/assets/fonts.css index 9504d4c3..d04b499f 100644 --- a/client/assets/fonts.css +++ b/client/assets/fonts.css @@ -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;