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