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