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