Use on the webTotal Use [ 6589 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/de31e3604ff60b5360a9bd99f1465c1b?family=id-kaze2" 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/de31e3604ff60b5360a9bd99f1465c1b?family=id-kaze2);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "id-kaze2";
src: url("https://db.onlinewebfonts.com/t/de31e3604ff60b5360a9bd99f1465c1b.eot");
src: url("https://db.onlinewebfonts.com/t/de31e3604ff60b5360a9bd99f1465c1b.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/de31e3604ff60b5360a9bd99f1465c1b.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/de31e3604ff60b5360a9bd99f1465c1b.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/de31e3604ff60b5360a9bd99f1465c1b.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/de31e3604ff60b5360a9bd99f1465c1b.svg#id-kaze2")format("svg");
}
2CSS rules to specify fonts
font-family: "id-kaze2";