Hi All,
Is it possible to upload font files for use in SharePoint online? My company use a corporate font and would like to extend that to the SharePoint sites. I have the files ready, just doesn’t seem to be a way to upload and register then in SPO.
Thanks all.
In classic SharePoint,
Have you tried this approach? https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/use-composed-looks-to-brand-sharepoint-siteshttp://www.evokeit.com/adding-custom-fonts-sharepoint-2013/
Upload your font to the theme library. Download a fontscheme file, and update it with the path to your font URL. Then, create a composed look based on your font and then use that in ‘Change the look”.
In Modern, you are a bit more limited because the themeing engine has changed. I think you would have to use SPFx to inject your own CSS to override all fonts on the pages.