Skip to content

Commit 5af1264

Browse files
committed
Add Verdana font and use DejaVu Sans as first
1 parent 8849764 commit 5af1264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/shared/actions/runner_badge.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<rect x="{{.Badge.Label.Width}}" width="{{.Badge.Message.Width}}" height="20" fill="{{.Badge.Color}}" />
1414
<rect width="{{.Badge.Width}}" height="20" fill="url(#s)" />
1515
</g>
16-
<g fill="#fff" text-anchor="middle" font-family="Geneva,DejaVu Sans,sans-serif"
16+
<g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif"
1717
text-rendering="geometricPrecision" font-size="{{.Badge.FontSize}}">
1818
<text aria-hidden="true" x="{{.Badge.Label.X}}" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)"
1919
textLength="{{.Badge.Label.TextLength}}">{{.Badge.Label.Text}}</text>

0 commit comments

Comments
 (0)