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