説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

_core.less 297B

123456789101112
  1. // Base Class Definition
  2. // -------------------------
  3. .@{fa-css-prefix}, .fas, .far, .fal, .fad, .fab {
  4. -moz-osx-font-smoothing: grayscale;
  5. -webkit-font-smoothing: antialiased;
  6. display: inline-block;
  7. font-style: normal;
  8. font-variant: normal;
  9. text-rendering: auto;
  10. line-height: 1;
  11. }