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