Which CSS file do I edit to change the font of the OP I changed the font of the replies, but don't know how to change the font of the OP. Pic related, the OP and replies have different fonts.
Change the "font" property of (or add one to) the "body" selector. Or, if you want to get hypertechnical about it, you can add a "font" property for the following selector: div[id^="thread"]
This is in my txt_futatext.css file body { margin: 0px; padding: 0px 8px 8px 8px; background: #d2e1dd color: #194d83; font-family: Ariel; } font-family: Ariel; is also in my futaba.css, but no dice. I even rebuilt html files.
>>6829 It's "Arial", not "Ariel". And you don't have to rebuild HTML files for changes made to the CSS.
>>6831