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