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