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