Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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; }