I deployed my React project on Netlify but some parts of the CSS file are not rendering, as well as the Google font I import. I debug my CSS file and there is no syntax error. Then how could this happen and how can I solve it?
Hi @SamO, thanks for your reply. My CSS file path is correct. Because some lines of the CSS are working, while some are not. That is why I am so confused and can’t figure out what is the reason of the problem. My main CSS file is App.css in my repo. I also have an index.css where I set the background and import a Google font. Background works but font does not work either. I deployed several websites on Netlify before. This is the first time I am having such a problem.