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