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