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