So, I created a website using the hugo-book theme and it works well and looks great! The problem is, I can only seem to change the font (following the docs here) by changing the assets and static directories under project/themes/hugo-book. No changes in project/assets or project/static seem to have any effect.
Am I missing something simple? Making changes under hugo-book effects the git status. I can ignore it, etc, etc, but it doesn’t seem right. What few answers I can find involve messing with the template lookup order and I got into hugo to get away from coding in my spare time so trying not to dig too deep…
Is the general idea with hugo-book to make changes in the original submodule directory and ignore the git status?
That works very well, thanks! Notably you are @importing the font remotely while I have been trying to load the font from local files with the code below. I think I like your approach better…