aboutsummaryrefslogtreecommitdiffstats
path: root/docs/style/fa/fa-regular.scss
diff options
context:
space:
mode:
authorMeet Mangukiya <meetmangukiya98@gmail.com>2020-02-25 03:29:49 +0530
committerMeet Mangukiya <meetmangukiya98@gmail.com>2020-02-25 03:38:10 +0530
commitc6393f86d70ca33385cc8029e9e5029c5627d5c3 (patch)
tree54e02315d44f4e5cf7d4fd026a3b16536e24ff2c /docs/style/fa/fa-regular.scss
parent9da85619e6bd1f274210a90883aba395497225d0 (diff)
downloadmitmproxy-c6393f86d70ca33385cc8029e9e5029c5627d5c3.tar.gz
mitmproxy-c6393f86d70ca33385cc8029e9e5029c5627d5c3.tar.bz2
mitmproxy-c6393f86d70ca33385cc8029e9e5029c5627d5c3.zip
Remove yarn/npm from docs
Closes https://github.com/mitmproxy/mitmproxy/issues/3716
Diffstat (limited to 'docs/style/fa/fa-regular.scss')
-rw-r--r--docs/style/fa/fa-regular.scss22
1 files changed, 0 insertions, 22 deletions
diff --git a/docs/style/fa/fa-regular.scss b/docs/style/fa/fa-regular.scss
deleted file mode 100644
index 4f288292..00000000
--- a/docs/style/fa/fa-regular.scss
+++ /dev/null
@@ -1,22 +0,0 @@
-/*!
- * Font Awesome Free 5.0.2 by @fontawesome - http://fontawesome.com
- * License - http://fontawesome.com/license (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;
-}