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