We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.scss
1 parent ae4fbd2 commit f8fe929Copy full SHA for f8fe929
src/styling/_scss-files/_app-common.scss
@@ -1,2 +1,21 @@
1
+@import "~@nativescript/theme/core";
2
+@import "~@nativescript/theme/blue";
3
+
4
// Place any CSS rules you want to apply on both iOS and Android here.
5
// This is where the vast majority of your CSS code goes.
6
7
+// Font icon class
8
+.fab {
9
+ font-family: "Font Awesome 5 Brands", "fa-brands-400";
10
+ font-weight: 400;
11
+}
12
13
+.fas {
14
+ font-family: "Font Awesome 5 Free", "fa-solid-900";
15
+ font-weight: 900;
16
17
18
+.far {
19
+ font-family: "Font Awesome 5 Free", "fa-regular-400";
20
21
0 commit comments