Fix JSON-LD font

The original JSON-LD image uses an obscure font. This causes rendering issues, as most systems will not display the correct font, causing the braces to be misaligned with the symbol. Unfortunately, it undoes most of the savings from the previous commit.
This commit is contained in:
Ethan Chapman
2022-07-19 19:17:19 -04:00
parent e0f1bccadd
commit d3e042e329
2 changed files with 2 additions and 2 deletions

View File

@@ -274,7 +274,7 @@ Say thanks!
<tr>
<td>JSON Feed<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/jsonfeed.svg" width="125" title="JSON Feed" /><br>684 Bytes</td>
<td>WebMention<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/webmention.svg" width="125" title="WebMention" /><br>324 Bytes</td>
<td>JSON-LD<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/json-ld.svg" width="125" title="JSON-LD" /><br>767 Bytes</td>
<td>JSON-LD<br><img src="https://edent.github.io/SuperTinyIcons/images/svg/json-ld.svg" width="125" title="JSON-LD" /><br>921 Bytes</td>
</tr>
</table>