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