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