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