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