yourfolio icon indicating copy to clipboard operation
yourfolio copied to clipboard

Customise font and font color

Open bhaktibhikne opened this issue 5 years ago • 3 comments

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

bhaktibhikne avatar Jan 04 '19 12:01 bhaktibhikne

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.

serg avatar Jan 04 '19 15:01 serg

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

MUWalter avatar Sep 09 '20 14:09 MUWalter

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

serg avatar Sep 09 '20 19:09 serg