diff options
author | Brian Picciano <mediocregopher@gmail.com> | 2022-08-15 15:23:25 -0600 |
---|---|---|
committer | Brian Picciano <mediocregopher@gmail.com> | 2022-08-15 15:26:03 -0600 |
commit | 5bc4c2fe4eb2dd401380493d95e05badd7f2bf5d (patch) | |
tree | 9e4e35435d2899256c92f02298ec289006778f44 /srv/src/http/static/fontawesome/css/brands.css | |
parent | cd1d97bebf73ba513a3b89df92cc3030f264f7d8 (diff) |
began using new.css, got rid of the old css almost entirely
Diffstat (limited to 'srv/src/http/static/fontawesome/css/brands.css')
-rw-r--r-- | srv/src/http/static/fontawesome/css/brands.css | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/srv/src/http/static/fontawesome/css/brands.css b/srv/src/http/static/fontawesome/css/brands.css deleted file mode 100644 index 9246317..0000000 --- a/srv/src/http/static/fontawesome/css/brands.css +++ /dev/null @@ -1,15 +0,0 @@ -/*! - * Font Awesome Free 5.15.4 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: 400; - font-display: block; - 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'; - font-weight: 400; } |