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