-
|
If I get the output as SVG, I have no idea to change the font size (no query support). |
Beta Was this translation helpful? Give feedback.
Answered by
chris48s
Oct 9, 2020
Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
FFengIll
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

You can make the whole badge bigger or smaller by scaling it when you embed e.g:
<img src="https://img.shields.io/badge/build-passing-%20brightgreen" /><img src="https://img.shields.io/badge/build-passing-%20brightgreen" height="50" /><img src="https://img.shields.io/badge/build-passing-%20brightgreen" height="10" />but there's no way to make just the text bigger/smaller but keep the badge the same size. The dimensions of the badge are relative to the size of the text.