I am new to Node.js
and decided to try to make a blog website using Hexo. The problem I am having is trying to edit the main style sheet and index files to include a new web font (or any editing in general).
The way I figured it would work is I would make the change and the server would pick it, such as with the /themes folder
as stated in the docs. Though this is not the case and it doesn't seem like you can edit the CSS directly.
How do I edit the main CSS and index in such frameworks as these?