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