|
|
@@ -4,8 +4,7 @@
|
|
|
font-family: 'Material Icons';
|
|
|
font-style: normal;
|
|
|
font-weight: 400;
|
|
|
- src: url('/static/fonts/material-icons/MaterialIcons-Regular.woff2') format('woff2'),
|
|
|
- url('/static/fonts/material-icons/MaterialIcons-Regular.woff') format('woff');
|
|
|
+ src: url('/static/fonts/material-icons/MaterialIcons-Regular.woff2') format('woff2');
|
|
|
font-display: block;
|
|
|
}
|
|
|
|
|
|
@@ -13,8 +12,7 @@
|
|
|
font-family: 'Material Icons Outlined';
|
|
|
font-style: normal;
|
|
|
font-weight: 400;
|
|
|
- src: url('/static/fonts/material-icons/MaterialIconsOutlined-Regular.woff2') format('woff2'),
|
|
|
- url('/static/fonts/material-icons/MaterialIconsOutlined-Regular.woff') format('woff');
|
|
|
+ src: url('/static/fonts/material-icons/MaterialIconsOutlined-Regular.woff2') format('woff2');
|
|
|
font-display: block;
|
|
|
}
|
|
|
|