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