Quote:
Originally Posted by belyjmedved
I tried these four different options, none of them has made any difference to the text
* { line-spacing: 3.8; !important }
* { line-spacing: 3.8 !important }
body { line-spacing: 3.8; !important }
body { line-spacing: 3.8 !important }
|
Where did you find "line-spacing" as the CSS property you wanted to modify? I've seen line-height used as ( * {line-height: 1.10; } ) but I've never seen line-spacing.
I would suggest using Google or equivalent.