@PitaJ Yes.... Forgive my stupid question.......AhAhAhAh..
New to NodeBB: how to change font ?
-
Hello,
Thanks for the great work, nodebb is awesome.I am new. One question - how can I change the font ? (the current font seems heavy to me, i.e the title of the topic & post).
Thanks.
m -
Fonts are controlled by the theme, so you can change it in your own theme if you wish
-
@julian Thank you very much. I found the less/css code for that font size.
-
Tip: You can also change the font easily under the Custom CSS section in ACP.
Example:
@import url(http://fonts.googleapis.com/css?family=Lato:300,400); body { font-family: "Lato", sans-serif !important; }