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