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