Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/kskarthik/resto-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkarthik <kskarthik@gitlab.io>2019-11-09 12:49:31 +0300
committerkarthik <kskarthik@gitlab.io>2019-11-09 12:49:31 +0300
commit94acae8da22925845071e0ae8fdca03c4c368ae4 (patch)
tree1880b52fd1a90b509495d013091b537266e46e85 /static/css/brands.css
parent03d8fe485365f850ebb643db27d3576f8e5ee491 (diff)
change assets serving urls as per hugo theme submission guidelines
Diffstat (limited to 'static/css/brands.css')
-rw-r--r--static/css/brands.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/static/css/brands.css b/static/css/brands.css
new file mode 100644
index 0000000..fc03fc3
--- /dev/null
+++ b/static/css/brands.css
@@ -0,0 +1,14 @@
+/*!
+ * Font Awesome Free 5.8.1 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 Brands';
+ font-style: normal;
+ font-weight: normal;
+ font-display: auto;
+ src: url("../webfonts/fa-brands-400.eot");
+ src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }
+
+.fab {
+ font-family: 'Font Awesome 5 Brands'; }