aboutsummaryrefslogtreecommitdiff
path: root/app/css/regular.css
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/css/regular.css
parent204849fb5511b7b3e0019a6c9df299897a297fd3 (diff)
downloadstyx-8245e29c8af4c22fe794d2adaa5256774b68d1b2.tar.xz
styx-8245e29c8af4c22fe794d2adaa5256774b68d1b2.zip
v0.1.0 Introductory
Diffstat (limited to 'app/css/regular.css')
-rw-r--r--app/css/regular.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/css/regular.css b/app/css/regular.css
new file mode 100644
index 0000000..0c149c4
--- /dev/null
+++ b/app/css/regular.css
@@ -0,0 +1,14 @@
+/*!
+ * 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)
+ */
+@font-face {
+ font-family: 'Font Awesome 5 Free';
+ font-style: normal;
+ font-weight: 400;
+ src: url("../webfonts/fa-regular-400.eot");
+ src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
+
+.far {
+ font-family: 'Font Awesome 5 Free';
+ font-weight: 400; }