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