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