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