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.
If you are using classic mode then you should have multiple options in terms of themes, customising the master pages to inject css, js & add custom fonts.Â
If you are in a modern pages, then you have limited option as Beau said. You dont have control over the master pages. One way is to inject scripts or use SharePoint Extensions.Â
But modern sites still supports themes & I assume you are trying that way. But you may not see the theme/design related menu in site settings to upload the custom fonts. You can directly navigate to the URL http://SiteCollectionName/_catalogs/theme/15/ . Yo can very well upload the font files over here which you can use in your theme and in tun the site.Â