Render CSS problem

0
Hello,    Do you know why my css propery “font-weight” isn’t rendered in my browser? I tried with several browser. And if I change for “bold”, nothing is changes. For the other peoples in the project, the render is bold for the same css.   Thanks,    Regards,    Lore   
asked
4 answers
0

You can check

 

  • if another css rule is overruling the bold statement. Try !important if this is the case
  • if the font you are using has a bold variant.
answered
0

Hello,

Not sure this will helps but sometimes the css is not refreshing correctly, you may try this :

open your inspector and right click on the refresh button, then click on empty cache and hard reload :

 

answered
0

Can you show what you tried to declare in your css?

answered
0

additional information: when I deploy the project on the cloud, the css rendering is ok. The problem is only local.

answered