Browse Source

Update meterial icons

resolve-20231003
AlphaX-Projects 1 year ago
parent
commit
d79c2c111d
  1. BIN
      core/font/MaterialIcons-Regular.eot
  2. BIN
      core/font/MaterialIcons-Regular.ttf
  3. BIN
      core/font/MaterialIcons-Regular.woff
  4. BIN
      core/font/MaterialIcons-Regular.woff2
  5. BIN
      core/font/MaterialSymbolsOutlined.ttf
  6. BIN
      core/font/MaterialSymbolsOutlined.woff2
  7. BIN
      core/font/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2
  8. BIN
      core/font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2
  9. 90
      core/font/material-icons.css

BIN
core/font/MaterialIcons-Regular.eot

Binary file not shown.

BIN
core/font/MaterialIcons-Regular.ttf

Binary file not shown.

BIN
core/font/MaterialIcons-Regular.woff

Binary file not shown.

BIN
core/font/MaterialIcons-Regular.woff2

Binary file not shown.

BIN
core/font/MaterialSymbolsOutlined.ttf

Binary file not shown.

BIN
core/font/MaterialSymbolsOutlined.woff2

Binary file not shown.

BIN
core/font/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2

Binary file not shown.

BIN
core/font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2

Binary file not shown.

90
core/font/material-icons.css

@ -1,22 +1,49 @@
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(MaterialIcons-Regular.eot);
/* For IE6-8 */
src: local('Material Icons'),
local('MaterialIcons-Regular'),
url(MaterialIcons-Regular.woff2) format('woff2'),
url(MaterialIcons-Regular.woff) format('woff'),
url(MaterialIcons-Regular.ttf) format('truetype');
src: url(flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-moz-font-feature-settings: 'liga';
-moz-osx-font-smoothing: grayscale;
}
@font-face {
font-family: 'Material Symbols Outlined';
font-family: 'Material Icons Outlined';
font-style: normal;
font-weight: 400;
src: url(gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format('woff2');
}
.material-icons-outlined {
font-family: 'Material Icons Outlined';
font-weight: normal;
font-style: normal;
src: local('MaterialSymbolsOutlined'),
url(MaterialSymbolsOutlined.ttf) format('truetype'),
url(MaterialSymbolsOutlined.woff2) format('woff2')
font-size: 24px;
line-height: 1;
letter-spacing: normal;
text-transform: none;
display: inline-block;
white-space: nowrap;
word-wrap: normal;
direction: ltr;
-moz-font-feature-settings: 'liga';
-moz-osx-font-smoothing: grayscale;
}
@font-face {
@ -74,44 +101,3 @@
local('PaytoneOne'),
url(PaytoneOne.ttf) format('truetype');
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;
font-style: normal;
font-size: 24px;
/* Preferred icon size */
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
/* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
/* Support for Safari and Chrome. */
text-rendering: optimizeLegibility;
/* Support for Firefox. */
-moz-osx-font-smoothing: grayscale;
/* Support for IE. */
font-feature-settings: 'liga';
}
.material-symbols-outlined {
font-family: 'Material Symbols Outlined';
font-weight: normal;
font-style: normal;
font-size: 24px;
/* Preferred icon size */
display: inline-block;
line-height: 1;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;
white-space: nowrap;
direction: ltr;
}
Loading…
Cancel
Save