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