I am using the Client Resource Management includes in my skins, which is great for scripts and css files that are locally available. But often I will use a resource that is hosted, either on google or amazon. How do I include those?
For instance, I want to use a google font. In a normal webpage, I would include it like this:
<link type="text/css" rel="stylesheet" href="https://www.google.com/webfonts#UsePlace:use/Collection:Patua+One|Maven+Pro:400,500,700,900|Bree+Serif">
How do I do this using the Client Resource Management?