Font-Awesome icons not rendering

Newbie question but can’t make it work.

My repo

I have added in config.toml in the params section my linkedin_username & github_username:

linkedin_username = "https://www.linkedin.com/in/vincent-guilleux/"
github_username = "https://github.com/VincentGuilleux/"
```

after a first look

_baseof.html includes a custom CSS

set it in config under params

custom_css = “/css/materialdesignicons.min.css”

download https://cdn.materialdesignicons.com/5.3.45/css/materialdesignicons.min.css to /static/css/

2nd way

modify _baseof.html and add

<link rel=stylesheet href=https://cdn.materialdesignicons.com/5.3.45/css/materialdesignicons.min.css>

The GitHub and linked in icons appear on the top right hand side when I look at your site - https://www.vincentguilleux.fr (Safari on MacOS)

Hi guys,

thanks for the help!
sorry for the topic, did not know it was sent, I found a solution in between indeed