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