Browse code

Update

Benjamin Roth authored on17/03/2023 09:52:56
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,24 @@
1
+/*!
2
+ * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
3
+ * License - https://fontawesome.com/license (Commercial License)
4
+ */
5
+@import 'variables';
6
+
7
+@font-face {
8
+  font-family: 'Font Awesome 5 Pro';
9
+  font-style: normal;
10
+  font-weight: 900;
11
+  font-display: $fa-font-display;
12
+  src: url('#{$fa-font-path}/fa-solid-900.eot');
13
+  src: url('#{$fa-font-path}/fa-solid-900.eot?#iefix') format('embedded-opentype'),
14
+  url('#{$fa-font-path}/fa-solid-900.woff2') format('woff2'),
15
+  url('#{$fa-font-path}/fa-solid-900.woff') format('woff'),
16
+  url('#{$fa-font-path}/fa-solid-900.ttf') format('truetype'),
17
+  url('#{$fa-font-path}/fa-solid-900.svg#fontawesome') format('svg');
18
+}
19
+
20
+.fa,
21
+.fas {
22
+  font-family: 'Font Awesome 5 Pro';
23
+  font-weight: 900;
24
+}