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