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