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