We are working on a project that involves using a font that we paid for and are having to use an external link to get to it.
<link rel="stylesheet" type="text/css" href="//cloud.typography.com/" />
When any of the pages render, Kentico will change the href="//cloud.typography.com/" into href="/cloud.typography.com/", removing one of the slashes in the beginning of the link.
Is there any method that I can use to keep this from happening? It's preventing the fonts from coming into both the CMSDesk and the live site, and we are doing this because of an SSL placed on the site. I'd rather not have to put an asp literal there to discern http vs https, especially when caching is involved. Want to prevent as many hiccups as possible.