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