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