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