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