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