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