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