nimueth: (spark chamber)
Nimueth ([personal profile] nimueth) wrote in [community profile] style_system2017-12-16 06:49 pm
Entry tags:

Letter-spacing in entries.

Lurked around a little but haven't found anything to help me, so I hope someone here will be kind enough to lend a hand!

I'd like to slightly increase the letter spacing in my entries. I've found this, but it's probably missing something, as simply pasting it into the custom CSS field doesn't do anything (I should probably mention that it's not empty).
tephra: Photo portrait of a doll with shaggy, dark orange and copper hair, wearing a pink slouchy hat and sky blue glasses. (Default)

[personal profile] tephra 2017-12-16 06:34 pm (UTC)(link)
What CSS have you tried?

If you just want the text in the entries to be spread out then I think this would do (5px is just for example purposes):

.entry-content {letter-spacing: 5px;}

If that doesn't work try adding !important in there:

.entry-content {letter-spacing: 5px !important;}