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