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