Hello,
I try to add a css-file in my child theme header.php.
My first question is, do I have to copy the original header.php into the child theme or does it have to be empty?
The second question is how can I add the CSS file in the header and on which position?
<link rel=”stylesheet” href=”/css/fontawesome/css/all.css”>
Is there a rule in which directory the css data should be located? At the moment I puted it directly in the root of my project.
Update:
I just found under the folder “wp-content\themes\generatepress\assets\fonts\fontawesome-webfont.svg” that the font is already delivered with generatePress. Do I possibly no longer have to integrate it and can I use these files?
Best regards
Jens