Add font awesome or any custom font - v8

Just wanted to confirm with v8 how to add font awesome or any other custom font where should it be stored (legacy or the extensions) ?

How can I use it in my application? just class based updates?

2 Likes

Anyone got answers on this?

I think, in SuiteCRM 8.8 it’s best to avoid modifying the legacy code directly. Instead, you should use the extension framework to add custom assets like Font Awesome or any other custom fonts. :sweat_smile:

I do not know how to add it in the Angular. You maybe find it online.

ok so I can just import it as a custom font in the default extension. perfect that makes it much easier

So I have added the fonts and the scss into my default extension. I am then importing it in my root styles.scss but nothing is pulling through. I can only see styles declared in my components and not my global ones. Any ideas why this is happening?

Have you done QR&R and clear symfony cache?