@font-face {
font-family: "gunsmoke";
src: url("XXX.otf") format("opentype"),
url("aaa.otf") format("opentype");
}
h2 {
/*font-family: aaa,bbb,ccc 这里可以定义很多字体备用*/
font-family: gunsmoke;
}
<h2> gunsmoke.com </h2>
@font-face {
font-family: "gunsmoke";
src: url("XXX.otf") format("opentype"),
url("aaa.otf") format("opentype");
}
h2 {
/*font-family: aaa,bbb,ccc 这里可以定义很多字体备用*/
font-family: gunsmoke;
}
<h2> gunsmoke.com </h2>