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