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