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