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