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