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