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