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