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