Use on the webTotal Use [ 3522 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/c79f67f176101fdaea2c023d879f66af?family=F889-CAI978" rel="stylesheet">
orUsing @import CSS directive, put the following line in add to your css file.(http | https)
@import url(https://db.onlinewebfonts.com/c/c79f67f176101fdaea2c023d879f66af?family=F889-CAI978);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "F889-CAI978";
src: url("https://db.onlinewebfonts.com/t/c79f67f176101fdaea2c023d879f66af.eot");
src: url("https://db.onlinewebfonts.com/t/c79f67f176101fdaea2c023d879f66af.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/c79f67f176101fdaea2c023d879f66af.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/c79f67f176101fdaea2c023d879f66af.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/c79f67f176101fdaea2c023d879f66af.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/c79f67f176101fdaea2c023d879f66af.svg#F889-CAI978")format("svg");
}
2CSS rules to specify fonts
font-family: "F889-CAI978";