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