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