21个很棒的@font-face 嵌入字体
- 作者: wddcmm
- 来源: 51数据库
- 2022-09-21
@font-face {
font-family: GraublauWeb;
src: url("path-to-the-font-file/GraublauWeb.otf") format("opentype");
}
@font-face {
font-family: GraublauWeb;
font-weight: bold;
src: url("path-to-the-font-file/GraublauWebBold.otf") format("opentype");
}
推荐阅读
