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