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