📜  @font-face css 代码示例

📅  最后修改于: 2022-03-11 14:47:55.343000             🧑  作者: Mango

代码示例4
@font-face {
 font-family: "The name of your font for your file";
 src: url("The link to your .ttf or .otf file");
}