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