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