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