From 80da51f1e7efd0e12da6f83624172b1591e334eb Mon Sep 17 00:00:00 2001 From: Mania Yu Date: Sat, 5 Sep 2026 02:10:27 +0800 Subject: [PATCH 1/2] Update color pairs in Add-SPOTheme.md (#1200) --- .../Add-SPOTheme.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOTheme.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOTheme.md index e8fcc0808..d4e97c314 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOTheme.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOTheme.md @@ -54,13 +54,13 @@ Choose the appropriate parameter set based on whether you're working with a lega ```powershell $colorPairs = @{ light = @( - @{ "accentColor" = "#03787C"; "backgroundColor" = "#FFFFFF" } - @{ "accentColor" = "#FFFFFF"; "backgroundColor" = "#03787C" } - @{ "accentColor" = "#E3FFFD"; "backgroundColor" = "#03787C" } - @{ "accentColor" = "#03787C"; "backgroundColor" = "#E3FFFD" } - @{ "accentColor" = "#FFF9E3"; "backgroundColor" = "#03787C" } - @{ "accentColor" = "#03787C"; "backgroundColor" = "#FFF9E3" } - @{ "accentColor" = "#03787C"; "backgroundColor" = "#F5F5F5" } + @{ "accentColor" = "#007780"; "backgroundColor" = "#FFFFFF" } + @{ "accentColor" = "#FFFFFF"; "backgroundColor" = "#007780" } + @{ "accentColor" = "#E3FFFD"; "backgroundColor" = "#007780" } + @{ "accentColor" = "#007780"; "backgroundColor" = "#E3FFFD" } + @{ "accentColor" = "#FFF9E3"; "backgroundColor" = "#007780" } + @{ "accentColor" = "#007780"; "backgroundColor" = "#FFF9E3" } + @{ "accentColor" = "#007780"; "backgroundColor" = "#F5F5F5" } @{ "accentColor" = "#242424"; "backgroundColor" = "#F5F5F5" } @{ "accentColor" = "#155473"; "backgroundColor" = "#FFFFFF" } @{ "accentColor" = "#FFFFFF"; "backgroundColor" = "#155473" } From a1aa1ae8a2cee44b13ce1dba8fe7c42f2918c74d Mon Sep 17 00:00:00 2001 From: yingli915 Date: Sat, 5 Sep 2026 02:25:58 +0800 Subject: [PATCH 2/2] Clarify fallback font in Remove-SPOFontFile documentation (#1201) Updated note to clarify fallback font after removal. Co-authored-by: Ruchika Mittal --- .../Remove-SPOFontFile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOFontFile.md b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOFontFile.md index 2c16a4511..e5ac028ba 100644 --- a/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOFontFile.md +++ b/sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOFontFile.md @@ -27,7 +27,7 @@ Remove-SPOFontFile [-Name] [] 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. +> 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 the Microsoft-defined font. The font packages that use the deleted font file will not be automatically updated or deleted. ## EXAMPLES