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