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