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