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