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