This commit is contained in:
Roman Pyrih
2024-11-20 15:50:47 +01:00
parent 5ff041757f
commit d6060a1695
13 changed files with 17079 additions and 656 deletions

View File

@@ -0,0 +1,28 @@
@font-face {
font-family: "Material Icons";
font-style: normal;
font-weight: 400;
src: url("~material-design-icons-iconfont/dist/fonts/MaterialIcons-Regular.eot"); /* For IE6-8 */
src: local("Material Icons"), local("MaterialIcons-Regular"), url("~material-design-icons-iconfont/dist/fonts/MaterialIcons-Regular.woff2") format("woff2"), url("~material-design-icons-iconfont/dist/fonts/MaterialIcons-Regular.woff") format("woff"), url("~material-design-icons-iconfont/dist/fonts/MaterialIcons-Regular.ttf") format("truetype");
}
.material-icons {
display: inline-block;
font-family: "Material Icons", sans-serif;
font-size: 24px; /* Preferred icon size */
font-style: normal;
font-weight: 500;
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";
}/*# sourceMappingURL=font.css.map */

View File

@@ -0,0 +1 @@
{"version":3,"sources":["font.scss","font.css"],"names":[],"mappings":"AACA;EACE,6BAAA;EACA,kBAAA;EACA,gBAAA;EACA,gFAAA,EAAA,cAAA;EACA,wVACE;ACDJ;ADMA;EACE,qBAAA;EACA,yCAAA;EACA,eAAA,EAAA,wBAAA;EACA,kBAAA;EACA,gBAAA;EACA,cAAA;EACA,oBAAA;EACA,sBAAA;EACA,iBAAA;EACA,mBAAA;EACA,cAAA;EAEA,qCAAA;EACA,mCAAA;EAEA,mCAAA;EACA,kCAAA;EAEA,yBAAA;EACA,kCAAA;EAEA,oBAAA;EACA,6BAAA;ACRF","file":"font.css"}

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long