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