Hi all,
New to NodeBB, currently trying to change fonts across my website.
I understand I can do this easily by editing the CSS, indicating which component and then which font to use:
[component="post"] {
font-family: "garamond";
}
My question is: if I want to edit the category titles in my Categories page, which "component" should I refer to?
Is there a list of values "component" can take? Would be good to have that because it would make me easier to edit say topic titles/comments/body etc.
Thanks,
Joao