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