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