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