aboutsummaryrefslogtreecommitdiff
path: root/app/scss/regular.scss
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2019-03-18 04:55:05 +0530
committerKumar Priyansh <[email protected]>2019-03-18 04:55:05 +0530
commit8245e29c8af4c22fe794d2adaa5256774b68d1b2 (patch)
tree56e449d2f1509afae1454d45537afa39fff15ac0 /app/scss/regular.scss
parent204849fb5511b7b3e0019a6c9df299897a297fd3 (diff)
downloadstyx-8245e29c8af4c22fe794d2adaa5256774b68d1b2.tar.xz
styx-8245e29c8af4c22fe794d2adaa5256774b68d1b2.zip
v0.1.0 Introductory
Diffstat (limited to 'app/scss/regular.scss')
-rw-r--r--app/scss/regular.scss22
1 files changed, 22 insertions, 0 deletions
diff --git a/app/scss/regular.scss b/app/scss/regular.scss
new file mode 100644
index 0000000..4971616
--- /dev/null
+++ b/app/scss/regular.scss
@@ -0,0 +1,22 @@
+/*!
+ * Font Awesome Free 5.5.0 by @fontawesome - https://fontawesome.com
+ * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
+ */
+@import 'variables';
+
+@font-face {
+ font-family: 'Font Awesome 5 Free';
+ font-style: normal;
+ font-weight: 400;
+ src: url('#{$fa-font-path}/fa-regular-400.eot');
+ src: url('#{$fa-font-path}/fa-regular-400.eot?#iefix') format('embedded-opentype'),
+ url('#{$fa-font-path}/fa-regular-400.woff2') format('woff2'),
+ url('#{$fa-font-path}/fa-regular-400.woff') format('woff'),
+ url('#{$fa-font-path}/fa-regular-400.ttf') format('truetype'),
+ url('#{$fa-font-path}/fa-regular-400.svg#fontawesome') format('svg');
+}
+
+.far {
+ font-family: 'Font Awesome 5 Free';
+ font-weight: 400;
+}