<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SIM - Relay Response - CSS - Fonts in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Relay-Response-CSS-Fonts/m-p/93905#M58103</link>
    <description>&lt;P&gt;Yes, you've correctly diagnosed the problem. A browser will block insecure HTTP content like a font from loading on a secure HTTPS page.&lt;/P&gt;&lt;P&gt;The only way to fix this is to host your fonts on an &lt;STRONG&gt;HTTPS server&lt;/STRONG&gt; as well. There is no safe workaround because this is a standard security feature to protect users. The performance impact of serving a few fonts over HTTPS is negligible and well worth the security.&lt;/P&gt;</description>
    <pubDate>Fri, 05 Sep 2025 13:16:36 GMT</pubDate>
    <dc:creator>danielcarter</dc:creator>
    <dc:date>2025-09-05T13:16:36Z</dc:date>
    <item>
      <title>SIM - Relay Response - CSS - Fonts</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Relay-Response-CSS-Fonts/m-p/34005#M18501</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think I know the answer to my issue from reading through the forums but hope to clarify. My SIM / relay response page works just fine. However, I'd like to use my website fonts on it, and they are not loading, even though I used an absolute path to them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From reading here, it seems that because they are not HTTPS, they won't get processed through the transact.dll.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is that correct? It seems like an unfortunate performance penalty just to invoke HTTPS for one or two fonts to match my site - any workaround possible? The relay response URL is: &lt;A target="_blank" href="http://www.followerof.com/transaction_response.asp"&gt;http://www.followerof.com/transaction_response.asp&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The CSS that is not working in the relay response URL when it lands after a transaction, is below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;PRE&gt;@font-face {
    font-family:AmbleLight;
    src: url('&lt;A target="_blank" href="http://www.followerof.com/Amble-Light-webfont.eot');"&gt;http://www.followerof.com/Amble-Light-webfont.eot');&lt;/A&gt;
    src: url('&lt;A target="_blank" href="http://www.followerof.com/Amble-Light-webfont.eot#iefix')"&gt;http://www.followerof.com/Amble-Light-webfont.eot?#iefix')&lt;/A&gt; format('embedded-opentype'),
         url('&lt;A target="_blank" href="http://www.followerof.com/Amble-Light-webfont.woff')"&gt;http://www.followerof.com/Amble-Light-webfont.woff')&lt;/A&gt; format('woff'),
         url('&lt;A target="_blank" href="http://www.followerof.com/Amble-Light-webfont.ttf')"&gt;http://www.followerof.com/Amble-Light-webfont.ttf')&lt;/A&gt; format('truetype'),
         url('&lt;A target="_blank" href="http://www.followerof.com/Amble-Light-webfont.svg#AmbleLight')"&gt;http://www.followerof.com/Amble-Light-webfont.svg#AmbleLight')&lt;/A&gt; format('svg');
    font-weight: normal;
    font-style: normal;

}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2013 20:37:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Relay-Response-CSS-Fonts/m-p/34005#M18501</guid>
      <dc:creator>dan_yyz</dc:creator>
      <dc:date>2013-04-22T20:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: SIM - Relay Response - CSS - Fonts</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Relay-Response-CSS-Fonts/m-p/34007#M18503</link>
      <description>&lt;P&gt;In FF, did they show any error in&lt;/P&gt;&lt;P&gt;Tools - Web Developer - Web Console&lt;/P&gt;&lt;PRE&gt;[16:03:02.216] downloadable font: download failed (font-family: "AmbleLight" style:normal weight:normal stretch:normal src index:1): bad URI or cross-site access not allowed
source: &lt;A target="_blank" href="http://www.followerof.com/Amble-Light-webfont.woff"&gt;http://www.followerof.com/Amble-Light-webfont.woff&lt;/A&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You could probably use javascript to redirect back to your site to display the response.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2013 21:06:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Relay-Response-CSS-Fonts/m-p/34007#M18503</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2013-04-22T21:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: SIM - Relay Response - CSS - Fonts</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Relay-Response-CSS-Fonts/m-p/34009#M18505</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[17:03:23.744] GET &lt;A target="_blank" href="http://www.followerof.com/Amble-Regular-webfont.woff"&gt;http://www.followerof.com/Amble-Regular-webfont.woff&lt;/A&gt; [HTTP/1.1 404 Not Found] - it also said, [Mixed Content]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[17:03:23.911] downloadable font: download failed (font-family: "AmbleRegular" style:normal weight:normal stretch:normal src index:1): bad URI or cross-site access not allowed&lt;BR /&gt;source: &lt;A target="_blank" href="http://www.followerof.com/Amble-Regular-webfont.woff"&gt;http://www.followerof.com/Amble-Regular-webfont.woff&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[17:03:24.165] downloadable font: download failed (font-family: "AmbleRegular" style:normal weight:normal stretch:normal src index:2): bad URI or cross-site access not allowed&lt;BR /&gt;source: &lt;A target="_blank" href="http://www.followerof.com/Amble-Regular-webfont.ttf"&gt;http://www.followerof.com/Amble-Regular-webfont.ttf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[17:03:24.165] downloadable font: no supported format found (font-family: "AmbleRegular" style:normal weight:normal stretch:normal src index:4)&lt;BR /&gt;source: (end of source list)&lt;/P&gt;</description>
      <pubDate>Mon, 22 Apr 2013 21:07:35 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Relay-Response-CSS-Fonts/m-p/34009#M18505</guid>
      <dc:creator>dan_yyz</dc:creator>
      <dc:date>2013-04-22T21:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: SIM - Relay Response - CSS - Fonts</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Relay-Response-CSS-Fonts/m-p/75958#M47417</link>
      <description>&lt;P&gt;You can also use &lt;A href="https://textandfonts.com/aesthetic-text-generator/" target="_self"&gt;https://textandfonts.com/aesthetic-text-generator/&amp;nbsp;&lt;/A&gt;for generating unlimited useful fonts for your website and social media use as well.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Apr 2021 10:02:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Relay-Response-CSS-Fonts/m-p/75958#M47417</guid>
      <dc:creator>Perry121</dc:creator>
      <dc:date>2021-04-24T10:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: SIM - Relay Response - CSS - Fonts</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Relay-Response-CSS-Fonts/m-p/76227#M47606</link>
      <description>&lt;P&gt;Hii, I tried to use the method u mentioned above:&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://textandfonts.com/aesthetic-text-generator/" target="_self" rel="nofollow noopener noreferrer"&gt;https://textandfonts.com/&lt;/A&gt;&lt;A href="https://apksdesk.com/project-qt-mod-apk/" target="_self" rel="nofollow noreferrer"&gt;projectqt-&lt;/A&gt;&lt;A href="https://textandfonts.com/aesthetic-text-generator/" target="_self" rel="nofollow noopener noreferrer"&gt;aesthetic-text-generator/,&lt;/A&gt; but it doesn't work, please help!!!&lt;/P&gt;</description>
      <pubDate>Mon, 10 May 2021 21:15:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Relay-Response-CSS-Fonts/m-p/76227#M47606</guid>
      <dc:creator>jamessteve</dc:creator>
      <dc:date>2021-05-10T21:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: SIM - Relay Response - CSS - Fonts</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Relay-Response-CSS-Fonts/m-p/93905#M58103</link>
      <description>&lt;P&gt;Yes, you've correctly diagnosed the problem. A browser will block insecure HTTP content like a font from loading on a secure HTTPS page.&lt;/P&gt;&lt;P&gt;The only way to fix this is to host your fonts on an &lt;STRONG&gt;HTTPS server&lt;/STRONG&gt; as well. There is no safe workaround because this is a standard security feature to protect users. The performance impact of serving a few fonts over HTTPS is negligible and well worth the security.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Sep 2025 13:16:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Relay-Response-CSS-Fonts/m-p/93905#M58103</guid>
      <dc:creator>danielcarter</dc:creator>
      <dc:date>2025-09-05T13:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: SIM - Relay Response - CSS - Fonts</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Relay-Response-CSS-Fonts/m-p/95126#M58765</link>
      <description>&lt;P&gt;You're correct — mixed content restrictions are almost certainly the issue. Browsers block HTTP font files from loading on HTTPS pages (and vice versa in some cases), which is why your custom web fonts aren't rendering on the relay response page and it's falling back to default system fonts.&lt;/P&gt;&lt;P&gt;The simplest fix is to host your font files over HTTPS and update the `@font-face` `src` URLs to use `https://` or protocol-relative `//` paths (e.g., `src: url('//&lt;A href="http://www.followerof.com/fonts/yourfont.woff2" target="_blank"&gt;www.followerof.com/fonts/yourfont.woff2&lt;/A&gt;')`). That way the fonts load regardless of whether the page is HTTP or HTTPS. Alternatively, if you can't switch to HTTPS, use a reliable web-safe fallback font stack (like `Arial, Helvetica, sans-serif`) so the text at least renders consistently instead of breaking entirely.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2026 09:15:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Relay-Response-CSS-Fonts/m-p/95126#M58765</guid>
      <dc:creator>codex174</dc:creator>
      <dc:date>2026-04-19T09:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: SIM - Relay Response - CSS - Fonts</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Relay-Response-CSS-Fonts/m-p/95127#M58766</link>
      <description>&lt;P&gt;Good diagnosis on your end — mixed content blocking is exactly why your custom fonts aren't loading on the relay response page. The cleanest fix is to serve your font files over HTTPS and use protocol-relative URLs (`//yourdomain.com/fonts/font.woff2`) in your `@font-face` declarations, which lets the text render with your branded font regardless of the page protocol. If HTTPS isn't an option, at least define a strong fallback font stack like `'&lt;A href="https://schriftengenerators.de/" target="_self"&gt;YourFont&lt;/A&gt;', Arial, Helvetica, sans-serif` so the text stays visually consistent with your main site instead of defaulting to ugly system fonts.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2026 09:17:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Relay-Response-CSS-Fonts/m-p/95127#M58766</guid>
      <dc:creator>ethancarter1998</dc:creator>
      <dc:date>2026-04-19T09:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: SIM - Relay Response - CSS - Fonts</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Relay-Response-CSS-Fonts/m-p/95128#M58767</link>
      <description>&lt;P&gt;That worked perfectly, thanks! Switched the `@font-face` URLs to protocol-relative paths and the custom fonts now load cleanly on the relay response page, text finally matches the rest of my site's branding. Really appreciate the tip about the fallback font stack too; added `Arial, Helvetica, sans-serif` as a safety net so text rendering stays consistent even if the font files ever fail to load.&lt;/P&gt;</description>
      <pubDate>Sun, 19 Apr 2026 09:18:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/SIM-Relay-Response-CSS-Fonts/m-p/95128#M58767</guid>
      <dc:creator>masonbrooks074</dc:creator>
      <dc:date>2026-04-19T09:18:29Z</dc:date>
    </item>
  </channel>
</rss>

