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