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