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