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