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

@@ -3,4 +3,4 @@ aria-label="JSON-LD" role="img"
viewBox="0 0 512 512"><rect
width="512" height="512"
rx="15%"
fill="#fff"/><g font-size="314"><text x="22" y="350">{</text><text x="340" y="350">}</text></g><path d="m264 191c0.9 18.9-42.5 41.8-60.1 35.4a40.3 40.3 0 1 0 4.4 67.2c15-9.9 60 14.1 60.8 32.1a40.3 40.3 0 1 0 56.8-35.6c-13.4-7.7-14.8-61.4-0.9-69.4a40.3 40.3 0 1 0-61-29.7zm17.7 28.9a40 40 0 0 0 10.6 5c12 11.4 12.9 55.1 0.2 65.4a40 40 0 0 0-9.5 6.1c-11.3 5.7-56.3-15.3-58.6-34.2a40 40 0 0 0-0.5-7.4c0-11.9 40.5-41.3 57.8-34.9z" fill="#0c479c"/><path id="a" d="M279 206c-8-9-3-22 0-27 1-1 3-3 5-2a9 9 0 0010-14c8-5 20-9 29-3-14-12-33-7-43 4s-13 32-1 43" fill="#fff"/><use x="7" y="141" href="#a"/><use x="-119" y="76" href="#a"/></svg>
fill="#fff"/><path d="m264 191c0.9 18.9-42.5 41.8-60.1 35.4a40.3 40.3 0 1 0 4.4 67.2c15-9.9 60 14.1 60.8 32.1a40.3 40.3 0 1 0 56.8-35.6c-13.4-7.7-14.8-61.4-0.9-69.4a40.3 40.3 0 1 0-61-29.7zm17.7 28.9a40 40 0 0 0 10.6 5c12 11.4 12.9 55.1 0.2 65.4a40 40 0 0 0-9.5 6.1c-11.3 5.7-56.3-15.3-58.6-34.2a40 40 0 0 0-0.5-7.4c0-11.9 40.5-41.3 57.8-34.9z" fill="#0c479c"/><path id="a" d="M279 206c-8-9-3-22 0-27 1-1 3-3 5-2a9 9 0 0010-14c8-5 20-9 29-3-14-12-33-7-43 4s-13 32-1 43" fill="#fff"/><use x="7" y="141" href="#a"/><use x="-119" y="76" href="#a"/><g id="c"><path id="b" d="m55 256v11c27 0 47-1 47 41v37c0 49 15 56 74 56v-22c-15 0-33 0-39-6-5-7-6-14-6-29v-38c0-22-3-43-31-50h-45z"/><use transform="scale(1 -1)" y="-512" href="#b"/></g><use transform="scale(-1 1)" x="-512" href="#c"/></svg>

Before

Width:  |  Height:  |  Size: 767 B

After

Width:  |  Height:  |  Size: 921 B