Forum Discussion
george_71239
Aug 26, 2022Copper Contributor
Apply fonts from Sharepoint Management Shell
I want my users to use company fonts in their 'Powerpoint on the Web' throughout the organization. Currently they can only use these company fonts in their Powepoint app on Windows when they individu...
- Aug 30, 2022Couple of things:
Surround c:\Fonts using double quotes "C:\Fonts"
run the PowerShell window as administrator
Also, to specify the -libraryUrl, remove Forms/AllItems.aspx from the url in the parameter.
as the example in Docs.
Sep 01, 2022
If it is showing the old library and I see in the screenshot it is set as OfficeTemplateLibrary (For PowerPoint, Word, Excel templates) instead of OfficeFontLibrary
I recommend you to start over, first with the Font Library, then with other libraries that you need (ImageDocumentLibrary or OfficeTemplateLibrary)
I recommend you to start over, first with the Font Library, then with other libraries that you need (ImageDocumentLibrary or OfficeTemplateLibrary)
george_71239
Sep 01, 2022Copper Contributor
AndresGorzelany thanks Andres. I successfully removed that library and added the 'true' library as public, will wait a couple of days to see if fonts that I already uploaded in 'shell' to be in Powerpoint. Will keep you posted, thanks.