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