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