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