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