From 750de76cc98becf7bb637da98880c178ec309dd9 Mon Sep 17 00:00:00 2001 From: Scott Piper Date: Wed, 17 Apr 2019 10:29:56 -0600 Subject: [PATCH] Fix chevron on map UI --- web/css/cloudmap.css | 4 ++-- web/css/font-awesome.css | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/css/cloudmap.css b/web/css/cloudmap.css index 605fa7e9c..ec19c5596 100644 --- a/web/css/cloudmap.css +++ b/web/css/cloudmap.css @@ -82,7 +82,7 @@ html, body {margin: 0; height: 100%; overflow: hidden} } .nodeHeader::before { - font: normal normal normal 14px/1 FontAwesome; + font: normal normal normal 14px/1 'Font Awesome 5 Free'; padding-right: 4px; content: "\f152"; } @@ -92,7 +92,7 @@ html, body {margin: 0; height: 100%; overflow: hidden} } .nodeHeader[data-akkordion-active='true']::before { - font: normal normal normal 14px/1 FontAwesome; + font: normal normal normal 14px/1 'Font Awesome 5 Free'; padding-right: 4px; content: "\f150"; } diff --git a/web/css/font-awesome.css b/web/css/font-awesome.css index 368962fd2..7cddab07c 100644 --- a/web/css/font-awesome.css +++ b/web/css/font-awesome.css @@ -4256,8 +4256,8 @@ readers do not read off random characters that represent icons */ 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"); } + 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'; } @@ -4266,8 +4266,8 @@ readers do not read off random characters that represent icons */ font-style: normal; font-weight: 400; font-display: auto; - 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"); } + 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'; @@ -4277,8 +4277,8 @@ readers do not read off random characters that represent icons */ font-style: normal; font-weight: 900; font-display: auto; - src: url("../webfonts/fa-solid-900.eot"); - src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); } + src: url("/webfonts/fa-solid-900.eot"); + src: url("/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/webfonts/fa-solid-900.woff2") format("woff2"), url("/webfonts/fa-solid-900.woff") format("woff"), url("/webfonts/fa-solid-900.ttf") format("truetype"), url("/webfonts/fa-solid-900.svg#fontawesome") format("svg"); } .fa, .fas {