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