Deep Bot - Twitch Streamer Assistant
Deep Bot => Bug Reports => Topic started by: CanadianPro7th on May 26, 2014, 06:40:01 AM
-
when i use now playing song at the top of my overlay it looks like it is one whole word! does anyone know how to make a good spacing?
-
If I'm reading this right, this probably has to do with the font and font size you have chosen.
I'm assuming you are using OBS. What font are you using and at what size is it?
-
If I'm reading this right, this probably has to do with the font and font size you have chosen.
I'm assuming you are using OBS. What font are you using and at what size is it?
Sounds like it's possible, if that's the case some CSS will help :)
Look here (http://www.w3schools.com/cssref/pr_text_letter-spacing.asp), it's probably what you're after.
example:
#cssID (or) .cssClass {
letter-spacing: 5px; /*creates 5 pixel gaps between letters*/
}