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