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