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