top of page
Search

(138) Microsoft Intune - Setting default fonts for Microsoft 365 Outlook (Classic)

  • Writer: Mr B SOE way
    Mr B SOE way
  • Aug 2, 2024
  • 3 min read

Microsoft changed the default font and font size to Aptos Font Size 12.


1. Open Microsoft Outlook, select File then select Options 2. Then select Mail then select Stationery and Fonts. 3. For New mail messages, Replying or forwarding messages and Composing and reading plain text messages, select the desired font and size. 













4. Where all 3 'Font' options are selected as 'Calibri' Size 11. Then select OK.













5. On the same device, go to PowerShell, and run the following the script, this will get the values for each section.

$ComposeFontComplex = $($(Get-ItemProperty -Path "HKCU:\Software\Microsoft\Office\16.0\Common\MailSettings").ComposeFontComplex -join ",")$ComposeFontSimple = $($(Get-ItemProperty -Path "HKCU:\Software\Microsoft\Office\16.0\Common\MailSettings").ComposeFontSimple -join ",")$MarkCommentsWith = $($(Get-ItemProperty -Path "HKCU:\Software\Microsoft\Office\16.0\Common\MailSettings").MarkCommentsWith -join ",")$ReplyFontComplex = $($(Get-ItemProperty -Path "HKCU:\Software\Microsoft\Office\16.0\Common\MailSettings").ReplyFontComplex -join ",")$ReplyFontSimple = $($(Get-ItemProperty -Path "HKCU:\Software\Microsoft\Office\16.0\Common\MailSettings").ReplyFontSimple -join ",")$TextFontComplex = $($(Get-ItemProperty -Path "HKCU:\Software\Microsoft\Office\16.0\Common\MailSettings").TextFontComplex -join ",")$TextFontSimple = $($(Get-ItemProperty -Path "HKCU:\Software\Microsoft\Office\16.0\Common\MailSettings").TextFontSimple -join ",")@"# Font Settings Outlook`$ComposeFontComplex = "$ComposeFontComplex"`$ComposeFontSimple = "$ComposeFontSimple"`$MarkCommentsWith = "$MarkCommentsWith"`$ReplyFontComplex = "$ReplyFontComplex"`$ReplyFontSimple = "$ReplyFontSimple"`$TextFontComplex = "$TextFontComplex"`$TextFontSimple = "$TextFontSimple""@ | Out-File -FilePath "$([Environment]::GetFolderPath("Desktop"))\FontSettingsOutlook.txt" -Encoding utf8

This will output to Desktop with a FontSettingsOutlook.txt file.

6. Update the values from the FontSettingsOutlook.txt file into this PowerShell script which will be to create Install.ps1.

try{# Font Settings Outlook$ComposeFontComplex = "60,104,116,109,108,62,13,10,13,10,60,104,101,97,100,62,13,10,60,115,116,121,108,101,62,13,10,13,10,32,47,42,32,83,116,121,108,101,32,68,101,102,105,110,105,116,105,111,110,115,32,42,47,13,10,32,115,112,97,110,46,80,101,114,115,111,110,97,108,67,111,109,112,111,115,101,83,116,121,108,101,13,10,9,123,109,115,111,45,115,116,121,108,101,45,110,97,109,101,58,34,80,101,114,115,111,110,97,108,32,67,111,109,112,111,115,101,32,83,116,121,108,101,34,59,13,10,9,109,115,111,45,115,116,121,108,101,45,116,121,112,101,58,112,101,114,115,111,110,97,108,45,99,111,109,112,111,115,101,59,13,10,9,109,115,111,45,115,116,121,108,101,45,110,111,115,104,111,119,58,121,101,115,59,13,10,9,109,115,111,45,115,116,121,108,101,45,117,110,104,105,100,101,58,110,111,59,13,10,9,109,115,111,45,97,110,115,105,45,102,111,110,116,45,115,105,122,101,58,49,49,46,48,112,116,59,13,10,9,109,115,111,45,98,105,100,105,45,102,111,110,116,45,115,105,122,101,58,49,50,46,48,112,116,59,13,10,9,102,111,110,116,45,102,97,109,105,108,121,58,34,67,97,108,105,98,114,105,34,44,115,97,110,115,45,115,101,114,105,102,59,13,10,9,109,115,111,45,97,115,99,105,105,45,102,111,110,116,45,102,97,109,105,108,121,58,67,97,108,105,98,114,105,59,13,10,9,109,115,111,45,104,97,110,115,105,45,102,111,110,116,45,102,97,109,105,108,121,58,67,97,108,105,98,114,105,59,13,10,9,109,115,111,45,98,105,100,105,45,102,111,110,116,45,102,97,109,105,108,121,58,34,84,105,109,101,115,32,78,101,119,32,82,111,109,97,110,34,59,13,10,9,109,115,111,45,98,105,100,105,45,116,104,101,109,101,45,102,111,110,116,58,109,105,110,111,114,45,98,105,100,105,59,13,10,9,99,111,108,111,114,58,119,105,110,100,111,119,116,101,120,116,59,125,13,10,45,45,62,13,10,60,47,115,116,121,108,101,62,13,10,60,47,104,101,97,100,62,13,10,13,10,60,47,104,116,109,108,62,13,10"$ComposeFontSimple = "60,0,0,0,31,0,0,248,0,0,0,64,220,0,0,0,0,0,0,0,0,0,0,0,0,34,67,97,108,105,98,114,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"$MarkCommentsWith = "60,0,0,0,31,0,0,248,0,0,0,64,220,0,0,0,0,0,0,0,0,0,0,0,0,34,67,97,108,105,98,114,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"$ReplyFontComplex = "60,104,116,109,108,62,13,10,13,10,60,104,101,97,100,62,13,10,60,115,116,121,108,101,62,13,10,13,10,32,47,42,32,83,116,121,108,101,32,68,101,102,105,110,105,116,105,111,110,115,32,42,47,13,10,32,115,112,97,110,46,80,101,114,115,111,110,97,108,82,101,112,108,121,83,116,121,108,101,13,10,9,123,109,115,111,45,115,116,121,108,101,45,110,97,109,101,58,34,80,101,114,115,111,110,97,108,32,82,101,112,108,121,32,83,116,121,108,101,34,59,13,10,9,109,115,111,45,115,116,121,108,101,45,116,121,112,101,58,112,101,114,115,111,110,97,108,45,114,101,112,108,121,59,13,10,9,109,115,111,45,115,116,121,108,101,45,110,111,115,104,111,119,58,121,101,115,59,13,10,9,109,115,111,45,115,116,121,108,101,45,117,110,104,105,100,101,58,110,111,59,13,10,9,109,115,111,45,97,110,115,105,45,102,111,110,116,45,115,105,122,101,58,49,49,46,48,112,116,59,13,10,9,109,115,111,45,98,105,100,105,45,102,111,110,116,45,115,105,122,101,58,49,50,46,48,112,116,59,13,10,9,102,111,110,116,45,102,97,109,105,108,121,58,34,67,97,108,105,98,114,105,34,44,115,97,110,115,45,115,101,114,105,102,59,13,10,9,109,115,111,45,97,115,99,105,105,45,102,111,110,116,45,102,97,109,105,108,121,58,67,97,108,105,98,114,105,59,13,10,9,109,115,111,45,104,97,110,115,105,45,102,111,110,116,45,102,97,109,105,108,121,58,67,97,108,105,98,114,105,59,13,10,9,109,115,111,45,98,105,100,105,45,102,111,110,116,45,102,97,109,105,108,121,58,34,84,105,109,101,115,32,78,101,119,32,82,111,109,97,110,34,59,13,10,9,109,115,111,45,98,105,100,105,45,116,104,101,109,101,45,102,111,110,116,58,109,105,110,111,114,45,98,105,100,105,59,13,10,9,99,111,108,111,114,58,119,105,110,100,111,119,116,101,120,116,59,125,13,10,45,45,62,13,10,60,47,115,116,121,108,101,62,13,10,60,47,104,101,97,100,62,13,10,13,10,60,47,104,116,109,108,62,13,10"$ReplyFontSimple = "60,0,0,0,31,0,0,248,0,0,0,64,220,0,0,0,0,0,0,0,0,0,0,0,0,34,67,97,108,105,98,114,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"$TextFontComplex = "60,104,116,109,108,62,13,10,13,10,60,104,101,97,100,62,13,10,60,115,116,121,108,101,62,13,10,13,10,32,47,42,32,83,116,121,108,101,32,68,101,102,105,110,105,116,105,111,110,115,32,42,47,13,10,32,112,46,77,115,111,80,108,97,105,110,84,101,120,116,44,32,108,105,46,77,115,111,80,108,97,105,110,84,101,120,116,44,32,100,105,118,46,77,115,111,80,108,97,105,110,84,101,120,116,13,10,9,123,109,115,111,45,115,116,121,108,101,45,110,111,115,104,111,119,58,121,101,115,59,13,10,9,109,115,111,45,115,116,121,108,101,45,112,114,105,111,114,105,116,121,58,57,57,59,13,10,9,109,115,111,45,115,116,121,108,101,45,108,105,110,107,58,34,80,108,97,105,110,32,84,101,120,116,32,67,104,97,114,34,59,13,10,9,109,97,114,103,105,110,58,48,105,110,59,13,10,9,109,115,111,45,112,97,103,105,110,97,116,105,111,110,58,119,105,100,111,119,45,111,114,112,104,97,110,59,13,10,9,102,111,110,116,45,115,105,122,101,58,49,49,46,48,112,116,59,13,10,9,109,115,111,45,98,105,100,105,45,102,111,110,116,45,115,105,122,101,58,49,48,46,53,112,116,59,13,10,9,102,111,110,116,45,102,97,109,105,108,121,58,34,67,97,108,105,98,114,105,34,44,115,97,110,115,45,115,101,114,105,102,59,13,10,9,109,115,111,45,102,97,114,101,97,115,116,45,102,111,110,116,45,102,97,109,105,108,121,58,65,112,116,111,115,59,13,10,9,109,115,111,45,102,97,114,101,97,115,116,45,116,104,101,109,101,45,102,111,110,116,58,109,105,110,111,114,45,108,97,116,105,110,59,13,10,9,109,115,111,45,98,105,100,105,45,102,111,110,116,45,102,97,109,105,108,121,58,34,84,105,109,101,115,32,78,101,119,32,82,111,109,97,110,34,59,13,10,9,109,115,111,45,98,105,100,105,45,116,104,101,109,101,45,102,111,110,116,58,109,105,110,111,114,45,98,105,100,105,59,13,10,9,109,115,111,45,102,111,110,116,45,107,101,114,110,105,110,103,58,49,46,48,112,116,59,13,10,9,109,115,111,45,108,105,103,97,116,117,114,101,115,58,115,116,97,110,100,97,114,100,99,111,110,116,101,120,116,117,97,108,59,125,13,10,45,45,62,13,10,60,47,115,116,121,108,101,62,13,10,60,47,104,101,97,100,62,13,10,13,10,60,47,104,116,109,108,62,13,10"$TextFontSimple = "60,0,0,0,31,0,0,248,0,0,0,64,220,0,0,0,0,0,0,0,0,0,0,0,0,34,67,97,108,105,98,114,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"$Path = "HKCU:\Software\Microsoft\Office\16.0\Common\MailSettings" if(!(Test-Path $Path)){New-Item -Path $Path -Force}if($ComposeFontComplex){Set-ItemProperty -Path $Path -Name "ComposeFontComplex" -Value ([byte[]]$($ComposeFontComplex.Split(',') | % { "$_"})) -Type "Binary"}if($ComposeFontSimple){Set-ItemProperty -Path $Path -Name "ComposeFontSimple" -Value ([byte[]]$($ComposeFontSimple.Split(',') | % { "$_"})) -Type "Binary"}if($MarkCommentsWith){Set-ItemProperty -Path $Path -Name "MarkCommentsWith" -Value ([byte[]]$($MarkCommentsWith.Split(',') | % { "$_"})) -Type "Binary"}if($ReplyFontComplex){Set-ItemProperty -Path $Path -Name "ReplyFontComplex" -Value ([byte[]]$($ReplyFontComplex.Split(',') | % { "$_"})) -Type "Binary"}if($ReplyFontSimple){Set-ItemProperty -Path $Path -Name "ReplyFontSimple" -Value ([byte[]]$($ReplyFontSimple.Split(',') | % { "$_"})) -Type "Binary"}if($TextFontComplex){Set-ItemProperty -Path $Path -Name "TextFontComplex" -Value ([byte[]]$($TextFontComplex.Split(',') | % { "$_"})) -Type "Binary"}if($TextFontSimple){Set-ItemProperty -Path $Path -Name "TextFontSimple" -Value ([byte[]]$($TextFontSimple.Split(',') | % { "$_"})) -Type "Binary"}}catch{Write-Error $_}

7. Create the Detect.ps1, these settings should match what has been set in Install.ps1.

try{# Font Settings Outlook$ComposeFontComplex = "60,104,116,109,108,62,13,10,13,10,60,104,101,97,100,62,13,10,60,115,116,121,108,101,62,13,10,13,10,32,47,42,32,83,116,121,108,101,32,68,101,102,105,110,105,116,105,111,110,115,32,42,47,13,10,32,115,112,97,110,46,80,101,114,115,111,110,97,108,67,111,109,112,111,115,101,83,116,121,108,101,13,10,9,123,109,115,111,45,115,116,121,108,101,45,110,97,109,101,58,34,80,101,114,115,111,110,97,108,32,67,111,109,112,111,115,101,32,83,116,121,108,101,34,59,13,10,9,109,115,111,45,115,116,121,108,101,45,116,121,112,101,58,112,101,114,115,111,110,97,108,45,99,111,109,112,111,115,101,59,13,10,9,109,115,111,45,115,116,121,108,101,45,110,111,115,104,111,119,58,121,101,115,59,13,10,9,109,115,111,45,115,116,121,108,101,45,117,110,104,105,100,101,58,110,111,59,13,10,9,109,115,111,45,97,110,115,105,45,102,111,110,116,45,115,105,122,101,58,49,49,46,48,112,116,59,13,10,9,109,115,111,45,98,105,100,105,45,102,111,110,116,45,115,105,122,101,58,49,50,46,48,112,116,59,13,10,9,102,111,110,116,45,102,97,109,105,108,121,58,34,67,97,108,105,98,114,105,34,44,115,97,110,115,45,115,101,114,105,102,59,13,10,9,109,115,111,45,97,115,99,105,105,45,102,111,110,116,45,102,97,109,105,108,121,58,67,97,108,105,98,114,105,59,13,10,9,109,115,111,45,104,97,110,115,105,45,102,111,110,116,45,102,97,109,105,108,121,58,67,97,108,105,98,114,105,59,13,10,9,109,115,111,45,98,105,100,105,45,102,111,110,116,45,102,97,109,105,108,121,58,34,84,105,109,101,115,32,78,101,119,32,82,111,109,97,110,34,59,13,10,9,109,115,111,45,98,105,100,105,45,116,104,101,109,101,45,102,111,110,116,58,109,105,110,111,114,45,98,105,100,105,59,13,10,9,99,111,108,111,114,58,119,105,110,100,111,119,116,101,120,116,59,125,13,10,45,45,62,13,10,60,47,115,116,121,108,101,62,13,10,60,47,104,101,97,100,62,13,10,13,10,60,47,104,116,109,108,62,13,10"$ComposeFontSimple = "60,0,0,0,31,0,0,248,0,0,0,64,220,0,0,0,0,0,0,0,0,0,0,0,0,34,67,97,108,105,98,114,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"$MarkCommentsWith = "60,0,0,0,31,0,0,248,0,0,0,64,220,0,0,0,0,0,0,0,0,0,0,0,0,34,67,97,108,105,98,114,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"$ReplyFontComplex = "60,104,116,109,108,62,13,10,13,10,60,104,101,97,100,62,13,10,60,115,116,121,108,101,62,13,10,13,10,32,47,42,32,83,116,121,108,101,32,68,101,102,105,110,105,116,105,111,110,115,32,42,47,13,10,32,115,112,97,110,46,80,101,114,115,111,110,97,108,82,101,112,108,121,83,116,121,108,101,13,10,9,123,109,115,111,45,115,116,121,108,101,45,110,97,109,101,58,34,80,101,114,115,111,110,97,108,32,82,101,112,108,121,32,83,116,121,108,101,34,59,13,10,9,109,115,111,45,115,116,121,108,101,45,116,121,112,101,58,112,101,114,115,111,110,97,108,45,114,101,112,108,121,59,13,10,9,109,115,111,45,115,116,121,108,101,45,110,111,115,104,111,119,58,121,101,115,59,13,10,9,109,115,111,45,115,116,121,108,101,45,117,110,104,105,100,101,58,110,111,59,13,10,9,109,115,111,45,97,110,115,105,45,102,111,110,116,45,115,105,122,101,58,49,49,46,48,112,116,59,13,10,9,109,115,111,45,98,105,100,105,45,102,111,110,116,45,115,105,122,101,58,49,50,46,48,112,116,59,13,10,9,102,111,110,116,45,102,97,109,105,108,121,58,34,67,97,108,105,98,114,105,34,44,115,97,110,115,45,115,101,114,105,102,59,13,10,9,109,115,111,45,97,115,99,105,105,45,102,111,110,116,45,102,97,109,105,108,121,58,67,97,108,105,98,114,105,59,13,10,9,109,115,111,45,104,97,110,115,105,45,102,111,110,116,45,102,97,109,105,108,121,58,67,97,108,105,98,114,105,59,13,10,9,109,115,111,45,98,105,100,105,45,102,111,110,116,45,102,97,109,105,108,121,58,34,84,105,109,101,115,32,78,101,119,32,82,111,109,97,110,34,59,13,10,9,109,115,111,45,98,105,100,105,45,116,104,101,109,101,45,102,111,110,116,58,109,105,110,111,114,45,98,105,100,105,59,13,10,9,99,111,108,111,114,58,119,105,110,100,111,119,116,101,120,116,59,125,13,10,45,45,62,13,10,60,47,115,116,121,108,101,62,13,10,60,47,104,101,97,100,62,13,10,13,10,60,47,104,116,109,108,62,13,10"$ReplyFontSimple = "60,0,0,0,31,0,0,248,0,0,0,64,220,0,0,0,0,0,0,0,0,0,0,0,0,34,67,97,108,105,98,114,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"$TextFontComplex = "60,104,116,109,108,62,13,10,13,10,60,104,101,97,100,62,13,10,60,115,116,121,108,101,62,13,10,13,10,32,47,42,32,83,116,121,108,101,32,68,101,102,105,110,105,116,105,111,110,115,32,42,47,13,10,32,112,46,77,115,111,80,108,97,105,110,84,101,120,116,44,32,108,105,46,77,115,111,80,108,97,105,110,84,101,120,116,44,32,100,105,118,46,77,115,111,80,108,97,105,110,84,101,120,116,13,10,9,123,109,115,111,45,115,116,121,108,101,45,110,111,115,104,111,119,58,121,101,115,59,13,10,9,109,115,111,45,115,116,121,108,101,45,112,114,105,111,114,105,116,121,58,57,57,59,13,10,9,109,115,111,45,115,116,121,108,101,45,108,105,110,107,58,34,80,108,97,105,110,32,84,101,120,116,32,67,104,97,114,34,59,13,10,9,109,97,114,103,105,110,58,48,105,110,59,13,10,9,109,115,111,45,112,97,103,105,110,97,116,105,111,110,58,119,105,100,111,119,45,111,114,112,104,97,110,59,13,10,9,102,111,110,116,45,115,105,122,101,58,49,49,46,48,112,116,59,13,10,9,109,115,111,45,98,105,100,105,45,102,111,110,116,45,115,105,122,101,58,49,48,46,53,112,116,59,13,10,9,102,111,110,116,45,102,97,109,105,108,121,58,34,67,97,108,105,98,114,105,34,44,115,97,110,115,45,115,101,114,105,102,59,13,10,9,109,115,111,45,102,97,114,101,97,115,116,45,102,111,110,116,45,102,97,109,105,108,121,58,65,112,116,111,115,59,13,10,9,109,115,111,45,102,97,114,101,97,115,116,45,116,104,101,109,101,45,102,111,110,116,58,109,105,110,111,114,45,108,97,116,105,110,59,13,10,9,109,115,111,45,98,105,100,105,45,102,111,110,116,45,102,97,109,105,108,121,58,34,84,105,109,101,115,32,78,101,119,32,82,111,109,97,110,34,59,13,10,9,109,115,111,45,98,105,100,105,45,116,104,101,109,101,45,102,111,110,116,58,109,105,110,111,114,45,98,105,100,105,59,13,10,9,109,115,111,45,102,111,110,116,45,107,101,114,110,105,110,103,58,49,46,48,112,116,59,13,10,9,109,115,111,45,108,105,103,97,116,117,114,101,115,58,115,116,97,110,100,97,114,100,99,111,110,116,101,120,116,117,97,108,59,125,13,10,45,45,62,13,10,60,47,115,116,121,108,101,62,13,10,60,47,104,101,97,100,62,13,10,13,10,60,47,104,116,109,108,62,13,10"$TextFontSimple = "60,0,0,0,31,0,0,248,0,0,0,64,220,0,0,0,0,0,0,0,0,0,0,0,0,34,67,97,108,105,98,114,105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"$Path = "HKCU:\Software\Microsoft\Office\16.0\Common\MailSettings" if(!(Test-Path $Path)){Write-Output "Font Settings Outlook are NOT set correctly"exit 1}if(($(Get-ItemPropertyValue -Path $Path -Name ComposeFontComplex) -eq ([byte[]]$($ComposeFontComplex.Split(',') | % { "$_"}))) `-and ($(Get-ItemPropertyValue -Path $Path -Name ComposeFontSimple) -eq ([byte[]]$($ComposeFontSimple.Split(',') | % { "$_"}))) `-and ($(Get-ItemPropertyValue -Path $Path -Name MarkCommentsWith) -eq ([byte[]]$($MarkCommentsWith.Split(',') | % { "$_"}))) `-and ($(Get-ItemPropertyValue -Path $Path -Name ReplyFontComplex) -eq ([byte[]]$($ReplyFontComplex.Split(',') | % { "$_"}))) `-and ($(Get-ItemPropertyValue -Path $Path -Name ReplyFontSimple) -eq ([byte[]]$($ReplyFontSimple.Split(',') | % { "$_"}))) `-and ($(Get-ItemPropertyValue -Path $Path -Name TextFontComplex) -eq ([byte[]]$($TextFontComplex.Split(',') | % { "$_"}))) `-and ($(Get-ItemPropertyValue -Path $Path -Name TextFontSimple) -eq ([byte[]]$($TextFontSimple.Split(',') | % { "$_"})))){Write-Output "Font Settings Outlook are NOT set correctly"exit 1}else{Write-Output "Font Settings Outlook are set correctly"exit 0} # exit 0 = detectet, 1 = remediation needed}catch{Write-Output $_exit 1}

8. Package both PowerShell scripts with Win32 App Packaging Tool. 9. Navigate to https://intune.microsoft.com/ then go to Apps then By platform: Windows then select Add then select App type: Windows app (Win32) then upload the converted .intunewin format.  Then enter: Name: Set Calibra 11 Fonts for Outlook Description: Set Calibra 11 Fonts for Outlook Publisher: MR B SOE Way Then select Next.

10. Under Program, where the following is configured. Install command: %windir%\sysnative\windowspowershell\v1.0\powershell.exe -executionPolicy bypass -windowstyle hidden -file .\Install.ps1 Uninstall command: nouninstallcmd Install behaviour: User Then select Next. 11. Under Requirements, select the following: Operating system architecture: 64-bit Minimum operating system: Windows 10 1903 Then select Next. 12. Under Detection rules, select the following: Rules format: Use a custom detection script (Upload a custom detection script). Script file: Detect.ps1 Run script as 32-bit process on 64-bit clients: No Enforce script signature check and run script silently: No Then select Next.

13. Under Dependencies, leave as default, then select Next. 14. Under Supersedence, leave as default, then select Next. 15. Under Assignments, select the required groups then select Next. 16. Under Review + create, review the settings then select Next.

17. This will then setup existing or new Outlook templates with using the font: Calibri with Size

 
 
 

Comments


bottom of page