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