Hi,
I am looking at attempting to use a CDN url in one of the stylesheets of one of my application's clientlibs.
Example syntax will be as below:
@font-face {
font-family: 'HMAmpersand';
src: url("<<CDN's URL>>");
}
Query here is: is it recommended to do so? or are there any major pitfalls to get past in the above mentioned approach?
Any pointers will be really handy.
Thanks,
Hemant