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