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