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