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