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