FAQ 282 Changing fonts

Jan 14, 2010 21:08

It would be nice to expand this FAQ to include changing the font color. It's a almost more commonly requested than the font size and face. It will need both the mention in the intro, and since not all layouts have the option for colors, the CSS section. It will need to link to the color codes guide in HowTo: faq282, status-resolved, cat-customize

Leave a comment

Comments 3

teshiron January 15 2010, 13:51:56 UTC
I don't think any of the currently active userdoc volunteers are very styles-oriented. Do you think you could suggest some draft text, or recruit someone who could? It would make this much more likely to get handled sooner rather than later.

Reply

draft; insert the underlined text camomiletea June 19 2010, 19:45:19 UTC
If you would also like to change the size of your font, you can include this CSS rule:
body, td, font, div, p {
font-size: 12pt;
}

If you would like to change the color of your font, you can include the following CSS rule:
body, td, font, div, p {
color: #000000;
}

You should replace Arial with the name of the font you would like to use, 12pt with the size, and #000000 with the hexadecimal color code you would like for your journal.

Reply


danceinacircle October 4 2010, 22:25:34 UTC
Went ahead and added the CSS. Didn't put anything into the intro because I couldn't find an s2howto that addressed it, but I did change the title a bit to reflect that it mentioned colors as well.

Reply


Leave a comment