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