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