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