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