I downloaded this font, which has a lot of font files in the folder downloaded. I've tried
@font-face {
font-family: "Cascadia Code";
src: url("fonts/Cascadia/static/") format:('truetype');
}
but when I try to use it in the site,
body {
font-family: "Cascadia Code";
font-weight: "light";
}
the bold font gets selected instead of the light font, like I want it to. Is there a way to select the font weight automatically or do I have to enter each font file as separate entries?
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…