Skip to content

Commit 0ef8d2a

Browse files
authored
Merge pull request #178 from onikolaiev/develop
Font fix
2 parents 09ef3d5 + 64ecf1a commit 0ef8d2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fscps.tools/internal/functions/invoke-fsccompile.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ function Invoke-FSCCompile {
105105
$Version = $settings.buildVersion
106106
}
107107

108-
Convert-FSCPSTextToAscii -Text "FSCPS $($settings.fscPsVer)" -Font "Standard" -BorderType DoubleDots -HorizontalLayout Fitted -Padding 2
108+
Convert-FSCPSTextToAscii -Text "FSCPS $($settings.fscPsVer)" -Font "Term" -BorderType DoubleDots -HorizontalLayout Fitted -Padding 2
109109

110110
if([string]::IsNullOrEmpty($Version))
111111
{

0 commit comments

Comments
 (0)