icon.css 181 B

123456
  1. @font-face {
  2. font-family: element-icons;
  3. src: url(./element-icons.woff) format('woff'), url(./element-icons.ttf) format('truetype');
  4. font-weight: 400;
  5. font-style: normal;
  6. }