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