Skip to content

Commit d31b512

Browse files
author
James Brundage
committed
Updating logo: (falling back on sans-serif)
1 parent b9af1a1 commit d31b512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PipeScript.PSSVG.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ svg -ViewBox 1920,1080 @(
2727
SVG.tspan -Content "peScr" -FontSize 1em -Dx -.25em
2828
SVG.tspan -Content "|" -FontSize .66em -Dx -.33em
2929
SVG.tspan -Content "pt" -FontSize 1em -Dx -.25em
30-
) -Style "font-family: 'Roboto', sans-serif" -Fill '#4488ff' -Class 'foreground-fill'
30+
) -Style 'font-family: "Roboto", sans-serif' -Fill '#4488ff' -Class 'foreground-fill'
3131

3232

3333

0 commit comments

Comments
 (0)