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