diff options
Diffstat (limited to 'docs/style/fa/_core.scss')
-rw-r--r-- | docs/style/fa/_core.scss | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/style/fa/_core.scss b/docs/style/fa/_core.scss deleted file mode 100644 index 7fd37f85..00000000 --- a/docs/style/fa/_core.scss +++ /dev/null @@ -1,16 +0,0 @@ -// Base Class Definition -// ------------------------- - -.#{$fa-css-prefix}, -.fas, -.far, -.fal, -.fab { - -moz-osx-font-smoothing: grayscale; - -webkit-font-smoothing: antialiased; - display: inline-block; - font-style: normal; - font-variant: normal; - text-rendering: auto; - line-height: 1; -} |