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