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