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