Use on the webTotal Use [ 4738 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/9959d81042c30332d2a8a1bc0adeb545?family=FjE%27SE%27VE%27bE%27Ne%3AA%7E-M" 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/9959d81042c30332d2a8a1bc0adeb545?family=FjE%27SE%27VE%27bE%27Ne%3AA%7E-M);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "FjE'SE'VE'bE'Ne:A~-M";
src: url("https://db.onlinewebfonts.com/t/9959d81042c30332d2a8a1bc0adeb545.eot");
src: url("https://db.onlinewebfonts.com/t/9959d81042c30332d2a8a1bc0adeb545.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/9959d81042c30332d2a8a1bc0adeb545.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/9959d81042c30332d2a8a1bc0adeb545.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/9959d81042c30332d2a8a1bc0adeb545.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/9959d81042c30332d2a8a1bc0adeb545.svg#FjE'SE'VE'bE'Ne:A~-M")format("svg");
}
2CSS rules to specify fonts
font-family: "FjE'SE'VE'bE'Ne:A~-M";