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