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