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