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