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