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