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