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