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