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