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