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