21个很棒的@font-face 嵌入字体

清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>

@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");
}