材质动画图标-如何使用它们?

时间:2018-07-19 11:36:31

标签: fonts material-design

我偶然发现了https://material.io/design/iconography/animated-icons.html,但是我不确定目前是否可以使用动画图标?

现在,我将其显示为:

CSS

&:before {
      font-family: 'Material Icons';
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      display: inline-block;
      white-space: nowrap;
      word-wrap: normal;
      direction: ltr;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      color: $primary-color;
      content: 'phone';
    }

0 个答案:

没有答案