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