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