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