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