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