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