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