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