gmarmstrong / rebus

Pictographic pun generator
GNU Affero General Public License v3.0
2 stars 2 forks source link

Add size quantifiers #24

Open dospunk opened 5 years ago

dospunk commented 5 years ago

for example "big fish in a small pond" becomes

<span style="font-size: 25px">po</span> <span style="font-size: 100px">🐟</span> <span style="font-size: 25px">nd</span>
dospunk commented 5 years ago

Actually, we can even avoid the issue of splitting up <span>s because we can just nest the spans like so


<span style="font-size: 25px">po <span style="font-size: 100px">🐟</span> nd</span>