What is the difference between Variable fonts and regular fonts
问题 I was reading about variable fonts and I don't get the concept. There are 5 registered axes wght, wdth, ital, slnt, opsz. Font weight already pre-existed and we use it daily in our css. So what is the difference here between a variable font and a regular font? Also, if I put a range of font-weight: 100 500 and then use font-weight: 600 in <p> elements, I don't see any difference. The weight 600 continues to work even tho I have limited it to 500. @font-face { font-family: "sketch_3dregular";