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