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