Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
270 views
in Technique[技术] by (71.8m points)

css - Is there a way to assign an entire folder to a font family?

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?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...