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