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