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