Specify the exact value of the spacing between your words. Word-spacing works best when pixels are used as the spacing value.
p { word-spacing: 30px }
p { word-spacing: -0.5px }Â Â
Go Back