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