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