URL: troly.io
Product: X
Hi guys,
We have purchased a “pro” licence for FontAwesome which we’d like to use on our site. the primary need is for the icons to be “light” more than regular, eg
use https://fontawesome.com/icons/alarm-clock?style=light
not https://fontawesome.com/icons/alarm-clock?style=regular
I would also like to host this on a CDN (theirs or ours / cloudinary).
What is the best way of a) changing cornerstone and themex and load the correct fontaweome pro instead of the default one? (I don’t want to load both…!) and b) what is the best way to the right “weight” in cornerstone preview? ie I can include the link in the header or elsewhere, but is it as simple as this;
[data-x-icon] {
font-family: “FontAwesome”;
font-weight: light;
}