naturalcrit / homebrewery

Create authentic looking D&D homebrews using only markdown
https://homebrewery.naturalcrit.com
MIT License
1.06k stars 326 forks source link

Different Font Spacing Issue #569

Closed Kuhal closed 6 years ago

Kuhal commented 6 years ago

Essentially the problem at hand is that I'd like to mid-sentence or even mid-word change fonts. However, when I put the style in for the new font it give it a brand new line and then any text after also does this. Is there a way around this?

As an example I included a shared font with a show of what I mean. I want the TESTNOSPACE to be on the same line as the different font.

Share Link : http://homebrewery.naturalcrit.com/share/BkWRDpsr-z

Kuhal commented 6 years ago

After messing around with it, it seems using span class='[font]' rather than div or p solved it. So I'll close this and hope anyone else with the same issue finds it.