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