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