I know I can add CSS into a custom and footer, but is there a way to add an external reference to another CSS file for the entire hub site?
Specifically I'd like to use....
<SPAN class="" style="color: #2f6f9f;"><link</SPAN> <SPAN class="" style="color: #4f9fcf;">rel=</SPAN><SPAN class="" style="color: #d44950;">"stylesheet"</SPAN> <SPAN class="" style="color: #4f9fcf;">href=</SPAN><SPAN class="" style="color: #d44950;">"path/to/font-awesome/css/font-awesome.min.css"</SPAN><SPAN class="" style="color: #2f6f9f;">></SPAN>
It could be handy if I could just point at my organizations existing CSS (although I do realize this creates possible conflicts and I'm not sure how they would be resolved)
Sort of related to this - it seems I can only set the font to a provider from an external URL. Is there a way I can override the font with one that "all computers have installed", like Sans-Serif or Times New Roman. The website I'm working on uses the following font definition: Helvetica,Arial,"Roboto",sans-serif;