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