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