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