serg / yourfolio

:star: Super simple and responsive theme for your personal website on Hugo
https://themeslake.com/theme/yourfolio/
MIT License
41 stars 23 forks source link

Customise font and font color #1

Open bhaktibhikne opened 5 years ago

bhaktibhikne commented 5 years ago

If possible, please provide more information on how to customise fonts and font color.

serg commented 5 years ago

Hello @bhaktibhikne,

Thank you for your interest to the Yourfolio theme. Perhaps, it's inconvenient to change the fonts and colors at the current moment, but possible.

Please have a look into the yourfolio/layouts/partials/head-includes.html file. You will see a section with the styles where you can change the fonts and some colors. This is the main styles are used on page when its load. But it's not all.

This theme was optimized for better performance. In this case the javascript and style resources were minified. The styles, that are used in deferring loading (non critical styles when page loads) were placed at yourfolio/static/app.css You can unminify the content of this file (by using e.g. https://unminify.com) and customize it to fit your requirements.

MUWalter commented 4 years ago

Since there is no yourfolio/static/app.css folder anymore, I was wondering where I could find the styles?

serg commented 4 years ago

Hello @MUWalter , Thank you for your interest to this theme!

Now, the styles placed in assets/scss/app.scss. The critical styles still in yourfolio/layouts/partials/head-includes.html