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