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