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