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