diff --git a/scripts/system/html/css/marketplaces.css b/scripts/system/html/css/marketplaces.css
index 0ec177ef62..0afec21919 100644
--- a/scripts/system/html/css/marketplaces.css
+++ b/scripts/system/html/css/marketplaces.css
@@ -85,10 +85,16 @@ body {
bottom: 0;
}
#marketplace-navigation .glyph {
- margin-left: 20px;
+ /*
+ // Target look but can't use font in injected script.
font-family: HiFi-Glyphs;
- color: #fff;
font-size: 40px;
+ margin-left: 20px;
+ */
+ font-family: sans-serif;
+ font-size: 24px;
+ margin-left: 30px; margin-right: 8px;
+ color: #fff;
line-height: 50px;
}
#marketplace-navigation .text {
diff --git a/scripts/system/html/js/marketplacesClara.js b/scripts/system/html/js/marketplacesClara.js
index f9b75899a8..2185544769 100644
--- a/scripts/system/html/js/marketplacesClara.js
+++ b/scripts/system/html/js/marketplacesClara.js
@@ -12,19 +12,21 @@
function onLoad() {
// Supporting styles from marketplaces.css.
+ // Glyph font family, size, and spacing adjusted because HiFi-Glyphs cannot be used cross-domain.
$("head").append(
''
);
// Supporting styles from edit-style.css.
+ // Font family, size, and position adjusted because Raleway-Bold cannot be used cross-domain.
$("head").append(
''
);
// Supporting styles from edit-style.css.
+ // Font family, size, and position adjusted because Raleway-Bold cannot be used cross-domain.
$("head").append(
'