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