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