Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed70f7a

Browse files
committed
Try another version of the font-adding script
1 parent bde8cc4 commit ed70f7a

File tree

2 files changed

+616
-1
lines changed

2 files changed

+616
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ stages:
7474
condition: and(succeeded(), eq(variables['python.version'], 'Pre'))
7575

7676
- powershell: |
77-
$fontHelpersPath = (Join-Path (Join-Path (Get-Location) 'ci') 'FontHelpers.ps1')
77+
$fontHelpersPath = (Join-Path (Join-Path (Get-Location) 'ci') 'Add-Font.ps1')
7878
. $fontHelpersPath
7979
$fontUrl = 'https://noto-website-2.storage.googleapis.com/pkgs/NotoSansCJKsc-hinted.zip'
8080
$zipFile = NotoSansCJKsc-hinted.zip

0 commit comments

Comments
 (0)