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