1 | 1 |
deleted file mode 100644 |
... | ... |
@@ -1,19 +0,0 @@ |
1 |
-@import 'variables'; |
|
2 |
- |
|
3 |
-@font-face { |
|
4 |
- font-family: 'Font Awesome 5 Free'; |
|
5 |
- font-style: normal; |
|
6 |
- font-weight: 400; |
|
7 |
- font-display: $fa-font-display; |
|
8 |
- src: url('#{$fa-font-path}/fa-regular-400.eot'); |
|
9 |
- src: url('#{$fa-font-path}/fa-regular-400.eot?#iefix') format('embedded-opentype'), |
|
10 |
- url('#{$fa-font-path}/fa-regular-400.woff2') format('woff2'), |
|
11 |
- url('#{$fa-font-path}/fa-regular-400.woff') format('woff'), |
|
12 |
- url('#{$fa-font-path}/fa-regular-400.ttf') format('truetype'), |
|
13 |
- url('#{$fa-font-path}/fa-regular-400.svg#fontawesome') format('svg'); |
|
14 |
-} |
|
15 |
- |
|
16 |
-.far { |
|
17 |
- font-family: 'Font Awesome 5 Free'; |
|
18 |
- font-weight: 400; |
|
19 |
-} |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,19 @@ |
1 |
+@import 'variables'; |
|
2 |
+ |
|
3 |
+@font-face { |
|
4 |
+ font-family: 'Font Awesome 5 Free'; |
|
5 |
+ font-style: normal; |
|
6 |
+ font-weight: 400; |
|
7 |
+ font-display: $fa-font-display; |
|
8 |
+ src: url('#{$fa-font-path}/fa-regular-400.eot'); |
|
9 |
+ src: url('#{$fa-font-path}/fa-regular-400.eot?#iefix') format('embedded-opentype'), |
|
10 |
+ url('#{$fa-font-path}/fa-regular-400.woff2') format('woff2'), |
|
11 |
+ url('#{$fa-font-path}/fa-regular-400.woff') format('woff'), |
|
12 |
+ url('#{$fa-font-path}/fa-regular-400.ttf') format('truetype'), |
|
13 |
+ url('#{$fa-font-path}/fa-regular-400.svg#fontawesome') format('svg'); |
|
14 |
+} |
|
15 |
+ |
|
16 |
+.far { |
|
17 |
+ font-family: 'Font Awesome 5 Free'; |
|
18 |
+ font-weight: 400; |
|
19 |
+} |