Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ms.reviewer:

## SYNOPSIS

Removes a brand font file from the tenant's brand fonts library.
Removes a SharePoint brand font file from the tenant's brand fonts library.

## SYNTAX

Expand All @@ -24,7 +24,7 @@ Remove-SPOFontFile [-Name] <string> [<CommonParameters>]

## DESCRIPTION

This cmdlet removes a custom font file from the tenant's brand fonts library. The font file is deleted from the primary geo and all satellite geos. After removal, the font file will no longer be available for use.
This cmdlet removes a custom font file from the tenant's brand fonts library. The font file is deleted from the primary geo and all satellite geos. After removal, the font file will no longer be available for use in SharePoint.

> [!NOTE]
> This operation is only allowed on the primary geo location. Attempting to remove a font file from a satellite geo will result in a warning. Pages that already use the removed font file will remain readable and the font will automatically fall back to Segoe UI. The font packages that use the deleted font file will not be automatically updated or deleted.
Expand All @@ -37,7 +37,7 @@ This cmdlet removes a custom font file from the tenant's brand fonts library. Th
Remove-SPOFontFile -Name "Tahoma.ttf"
```

This example removes the font file "Tahoma.ttf" from the brand fonts library across all geo locations.
This example removes the SharePoint brand font file "Tahoma.ttf" from the brand fonts library across all geo locations.

## PARAMETERS

Expand Down Expand Up @@ -75,6 +75,8 @@ Returns an array of BrandFontFileDeleteResult objects containing the deletion st

## RELATED LINKS

[Brand Fonts](/sharepoint/brand-fonts)

[Add-SPOFontPackage](Add-SPOFontPackage.md)

[Remove-SPOFontPackage](Remove-SPOFontPackage.md)