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