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