Entry tags:
Help me, Obi-wan Kenobi!
I just changed my journal style and have no clue how to change my font size. I am old and blind and need a larger font! I tried the FAQ and am now hopelessly confused. Any LJ CSS gurus (guri?) amongst you who could walk me through it?
no subject
no subject
no subject
Two suggestions...
2.) Under the LJ main page, under Journal, choose Customize Journal. Some journals are more customizable than others. If you don't see any choices on the left side, like for Style then Fonts and Font Size, look for Custom CSS. Based on a quick refresher on CSS font definitions, you might be able to get away with adding this in the Custom CSS box:
body {font-size:larger}
div {font-size:larger}
p {font-size:larger}
(See the page for other values for 'font-size'.)
Unfortunately, there's no guarantee that your settings will override the page's.
Hope this helps.
Re: Two suggestions...
Now, how would I increase the boldness? I looked up the element on the site you linked and it looked like maybe something like: body (FontWeight=bold) might work but it doesn't.
Re: Two suggestions...
body { font-size:larger; font-weight:bold }
:)
Re: Two suggestions...
Re: Two suggestions...
So glad to be useful!