After downloading a large web template containing numerous CSS and JS files, I have successfully created a visually appealing website. However, there are still some minor details that I wish to modify, such as the font style and colors.
The issue arises when attempting to override the CSS styles from other files. I am particularly focused on changing the font-family of my webpage. While I have managed to update the font family for most elements like the content within paragraph tags and the navbar, certain components, like
<pre><code>font-family: 'Roboto', sans-serif !important;
Unfortunately, this has not produced the desired effect, and I am hesitant to directly edit the original template CSS files.
Is there a way to prioritize my custom.css file over others, or perhaps another workaround to achieve the desired font changes?