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.
Aug 26, 2022
Hello George
Is this the guide you have followed?
https://docs.microsoft.com/en-us/sharepoint/support-for-organization-fonts-in-powerpoint-for-the-web
How did you upload the fonts? Manually or as the guide says? (Set-SPOCustomFontCatalog)
Is this the guide you have followed?
https://docs.microsoft.com/en-us/sharepoint/support-for-organization-fonts-in-powerpoint-for-the-web
How did you upload the fonts? Manually or as the guide says? (Set-SPOCustomFontCatalog)
george_71239
Aug 27, 2022Copper Contributor
AndresGorzelany Hi Andres, yes followed the article that you mentioned. I uploaded it manually as the commend to upload within SP Man Shell is giving me errors
See attached files for errors its giving me in SP Shell even though my SP management Shell is the latest version.
Should I be using SP Shell or latest Powershell as the command 'Set-SPOCustomFontCatalog' is not being recognized? Please guide me in the right direction, Thank you.
- Aug 27, 2022Be sure to be running only one version of the module
get-module -ListAvailable Microsoft.Online.SharePoint.PowerShell
If you find more than one remove them all and start over installing the last one. (16.0.22713.12000)
If my memory doesn't fail, last time I tried org fonts I had to run the shell as an administrator- george_71239Aug 29, 2022Copper Contributor
AndresGorzelany hi I have run that command in Powershell and not SP Man Shell , is that correct? It is running the latest version and only one version and run as administrator and the same error comes up (attached)
I am beginning to think this feature is not working worldwide fully yet.
- Aug 29, 2022Did you connect to the SharePoint Online tenant using the SharePoint Management Shell before running that cmdlet?
https://docs.microsoft.com/powershell/sharepoint/sharepoint-online/connect-sharepoint-online?view=sharepoint-ps#to-connect-with-a-user-name-and-password