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