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