Use on the webTotal Use [ 3182 ] times
1Add to the head section of web page.
<link href="https://db.onlinewebfonts.com/c/29b77248e1cc293996b40072cd2cc163?family=Bands+%26+Artists+by+Johan+Waldenstr%3Fm" 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/29b77248e1cc293996b40072cd2cc163?family=Bands+%26+Artists+by+Johan+Waldenstr%3Fm);
orUse font-face declaration Fonts.(http | https)
@font-face {
font-family: "Bands & Artists by Johan Waldenstr?m";
src: url("https://db.onlinewebfonts.com/t/29b77248e1cc293996b40072cd2cc163.eot");
src: url("https://db.onlinewebfonts.com/t/29b77248e1cc293996b40072cd2cc163.eot?#iefix")format("embedded-opentype"),
url("https://db.onlinewebfonts.com/t/29b77248e1cc293996b40072cd2cc163.woff2")format("woff2"),
url("https://db.onlinewebfonts.com/t/29b77248e1cc293996b40072cd2cc163.woff")format("woff"),
url("https://db.onlinewebfonts.com/t/29b77248e1cc293996b40072cd2cc163.ttf")format("truetype"),
url("https://db.onlinewebfonts.com/t/29b77248e1cc293996b40072cd2cc163.svg#Bands & Artists by Johan Waldenstr?m")format("svg");
}
2CSS rules to specify fonts
font-family: "Bands & Artists by Johan Waldenstr?m";