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